[TSVB] Resolves the flakiness on url drilldowns functional tests (#112809) (#113097)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
This commit is contained in:
Kibana Machine 2021-09-27 07:54:41 -04:00 committed by GitHub
parent 1ad85249e1
commit 9b7d5b8db3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
}
/**