Skip to content

Commit

Permalink
chore: add note
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <[email protected]>
  • Loading branch information
drptbl committed Oct 5, 2022
1 parent 4fd07e9 commit 3df12ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/metamask.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module.exports = {
return true;
},
closePopup: async () => {
// note: this is required for fast execution of e2e tests
// note: this is required for fast execution of e2e tests to avoid flakiness
// otherwise popup may not be detected properly and not closed
await playwright.metamaskWindow().waitForTimeout(500);
if (
Expand Down

0 comments on commit 3df12ec

Please sign in to comment.