mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[TSVB] Fixes firefox flakiness on index pattern mode functional test (#106825)
This commit is contained in:
parent
c656608d85
commit
12c8d2dfcb
1 changed files with 1 additions and 0 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue