Skip to content

Commit

Permalink
try something new
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon committed Sep 14, 2023
1 parent 027f586 commit b6e9717
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/functional/apps/visualize/group3/_annotation_listing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
expect(await PageObjects.annotationEditor.showingMissingDataViewPrompt()).to.be(true);
});

await PageObjects.annotationEditor.editGroupMetadata({
dataView: 'logs*',
});

await retry.try(async () => {
await PageObjects.annotationEditor.editGroupMetadata({
dataView: 'logs*',
});
expect(await PageObjects.annotationEditor.showingMissingDataViewPrompt()).to.be(false);
expect(await find.byCssSelector('canvas')).to.be.ok();
});
Expand Down

0 comments on commit b6e9717

Please sign in to comment.