Skip to content

Commit

Permalink
Update x-pack/plugins/apm/e2e/cypress/support/step_definitions/rum/se…
Browse files Browse the repository at this point in the history
…rvice_name_filter.ts

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
  • Loading branch information
shahzad31 and smith authored Jul 2, 2020
1 parent 4bac666 commit 680c03d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { When, Then } from 'cypress-cucumber-preprocessor/steps';
import { DEFAULT_TIMEOUT } from '../apm';

When('a user change the selected service name', (filterName) => {
When('a user changes the selected service name', (filterName) => {
// wait for all loading to finish
cy.get('kbnLoadingIndicator').should('not.be.visible');
cy.get(`[data-cy=serviceNameFilter]`, { timeout: DEFAULT_TIMEOUT }).select(
Expand Down

0 comments on commit 680c03d

Please sign in to comment.