Skip to content

Commit

Permalink
forgot an await
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon committed Sep 14, 2023
1 parent 504ba21 commit 027f586
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
it('recovers from missing data view', async () => {
await listingTable.clickItemLink('eventAnnotation', 'missing data view');

retry.try(async () => {
await retry.try(async () => {
expect(await PageObjects.annotationEditor.showingMissingDataViewPrompt()).to.be(true);
});

Expand Down

0 comments on commit 027f586

Please sign in to comment.