Skip to content

Commit

Permalink
chore: rephrase step
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jul 20, 2020
1 parent 13259b9 commit 7cd1d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Feature: RUM Dashboard
And should display chart legend

Scenario: Breakdown filter
Given a user click page load breakdown filter
Given a user clicks the page load breakdown filter
When the user selected the breakdown
Then breakdown series should appear in chart

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps';
/** The default time in ms to wait for a Cypress command to complete */
export const DEFAULT_TIMEOUT = 60 * 1000;

Given(`a user click page load breakdown filter`, () => {
Given(`a user clicks the page load breakdown filter`, () => {
// wait for all loading to finish
cy.get('kbnLoadingIndicator').should('not.be.visible');
cy.get('.euiStat__title-isLoading').should('not.be.visible');
Expand Down

0 comments on commit 7cd1d1b

Please sign in to comment.