Skip to content

Commit

Permalink
[TSVB] Fixes firefox flakiness on index pattern mode functional test (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula authored and vadimkibana committed Aug 8, 2021
1 parent d490df1 commit 2170007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/page_objects/visual_builder_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ export class VisualBuilderPageObject extends FtrService {

if (useKibanaIndices === false) {
const el = await this.testSubjects.find(metricsIndexPatternInput);
el.focus();
await el.clearValue();
if (value) {
await el.type(value, { charByChar: true });
Expand Down

0 comments on commit 2170007

Please sign in to comment.