We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6187fa6 commit efbc74cCopy full SHA for efbc74c
test/functional/services/combo_box.ts
@@ -90,7 +90,7 @@ export function ComboBoxProvider({ getService, getPageObjects }: FtrProviderCont
90
await this.clickOption(options.clickWithMouse, selectOptions[0]);
91
} else {
92
// if it doesn't find the item which text starts with value, it will choose the first option
93
- const firstOption = await find.byCssSelector('.euiFilterSelectItem');
+ const firstOption = await find.byCssSelector('.euiFilterSelectItem', 5000);
94
await this.clickOption(options.clickWithMouse, firstOption);
95
}
96
0 commit comments