Skip to content

Commit

Permalink
[Lens] Fixed flakiness on runtime fields' appearance on the list (#12…
Browse files Browse the repository at this point in the history
…6945)

(cherry picked from commit 962347f)
  • Loading branch information
stratoula committed Mar 8, 2022
1 parent 05d90e7 commit ec765ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/test/functional/apps/lens/runtime_fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await fieldEditor.enableValue();
await fieldEditor.typeScript("emit('abc')");
await fieldEditor.save();
await PageObjects.header.waitUntilLoadingHasFinished();
await PageObjects.lens.searchField('runtime');
await PageObjects.lens.waitForField('runtimefield');
await PageObjects.lens.dragFieldToWorkspace('runtimefield');
Expand Down

0 comments on commit ec765ac

Please sign in to comment.