Skip to content

Commit

Permalink
[Lens] Make Formula functional tests less flaky (#112428) (#112560)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Marco Liberati <dej611@users.noreply.github.com>
  • Loading branch information
kibanamachine and dej611 authored Sep 20, 2021
1 parent b579c39 commit da37f49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/test/functional/apps/lens/formula.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')`);
});

Expand Down

0 comments on commit da37f49

Please sign in to comment.