Skip to content

Commit

Permalink
[Lens] Fix Formula functional test with multiple suggestions (elastic…
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 authored and Maja Grubic committed Jun 18, 2021
1 parent b51bc69 commit b735aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/test/functional/apps/lens/formula.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
let element = await find.byCssSelector('.monaco-editor');
expect(await element.getVisibleText()).to.equal(`count(kql='Men\\'s Clothing ')`);

await PageObjects.common.sleep(100);
await PageObjects.lens.typeFormula('count(kql=');
input = await find.activeElement();
await input.type(`Men\'s Clothing`);
Expand Down

0 comments on commit b735aa2

Please sign in to comment.