Skip to content

Commit

Permalink
[Lens] Fixed flakiness on runtime fields' appearance on the list
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Mar 4, 2022
1 parent e57d3f8 commit 6231bc0
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 6231bc0

Please sign in to comment.