Skip to content

Commit

Permalink
[Functional Tests] Fix flakiness on TSVB chart on switching index pat…
Browse files Browse the repository at this point in the history
…terns test (elastic#73238)
  • Loading branch information
stratoula committed Jul 28, 2020
1 parent 6187fa6 commit efbc74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/services/combo_box.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function ComboBoxProvider({ getService, getPageObjects }: FtrProviderCont
await this.clickOption(options.clickWithMouse, selectOptions[0]);
} else {
// if it doesn't find the item which text starts with value, it will choose the first option
const firstOption = await find.byCssSelector('.euiFilterSelectItem');
const firstOption = await find.byCssSelector('.euiFilterSelectItem', 5000);
await this.clickOption(options.clickWithMouse, firstOption);
}
} else {
Expand Down

0 comments on commit efbc74c

Please sign in to comment.