mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Lens] Make Formula functional tests less flaky (#112428)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
5f994b1d9d
commit
298de0663d
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
input = await find.activeElement();
|
||||
await input.type(`Men\'s Clothing`);
|
||||
|
||||
await PageObjects.common.sleep(100);
|
||||
|
||||
await PageObjects.lens.expectFormulaText(`count(kql='Men\\'s Clothing')`);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue