Skip to content

Commit

Permalink
Fix async search test
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Apr 14, 2021
1 parent f5eaa56 commit 1c34b81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
if (!rowActions.length) {
throw new Error('row actions empty, trying again');
}
await rowActions[0].click();
await rowActions[1].click();
});

await PageObjects.context.waitUntilContextLoadingHasFinished();
Expand Down

0 comments on commit 1c34b81

Please sign in to comment.