Skip to content

Commit

Permalink
fix: missing await
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <jakub.mucha@icloud.com>
  • Loading branch information
drptbl committed Oct 30, 2022
1 parent 2801dfe commit 0e2600f
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 @@ -625,7 +625,7 @@ module.exports = {
notificationPage,
);
}
playwright.waitAndClick(
await playwright.waitAndClick(
signaturePageElements.confirmSignatureRequestButton,
notificationPage,
{ waitForEvent: 'close' },
Expand Down

0 comments on commit 0e2600f

Please sign in to comment.