Skip to content

Commit

Permalink
Merge pull request #100 from Synthetixio/dev
Browse files Browse the repository at this point in the history
promote dev to master
  • Loading branch information
drptbl authored Mar 10, 2021
2 parents 829c7eb + b825d6f commit c905801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commands/metamask.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ module.exports = {
confirmPageElements.gasFeeInput,
notificationPage,
);
// metamask reloads popup after changing a fee, you have to wait for this event otherwise transaction will fail
await puppeteer.metamaskWindow().waitForTimeout(3000);
await puppeteer.waitAndClick(
confirmPageElements.confirmButton,
notificationPage,
Expand Down

0 comments on commit c905801

Please sign in to comment.