mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
[TSVB] Resolves the flakiness on url drilldowns functional tests (#112809)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
dece5fd01d
commit
2fd7f85877
1 changed files with 2 additions and 1 deletions
|
@ -284,7 +284,8 @@ export class VisualBuilderPageObject extends FtrService {
|
|||
const drilldownEl = await this.testSubjects.find('drilldownUrl');
|
||||
|
||||
await drilldownEl.clearValue();
|
||||
await drilldownEl.type(value);
|
||||
await drilldownEl.type(value, { charByChar: true });
|
||||
await this.header.waitUntilLoadingHasFinished();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue