Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
drptbl authored May 11, 2023
2 parents 75cb16a + 3ef1e90 commit b254a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions commands/playwright.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ module.exports = {
},
// workaround for metamask random blank page on first run
async fixBlankPage(page = metamaskWindow) {
await page.waitForTimeout(1000);
for (let times = 0; times < 5; times++) {
if (
(await page.locator(onboardingWelcomePageElements.app).count()) === 0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/synpress",
"version": "3.5.0",
"version": "3.5.1",
"packageManager": "pnpm@8.4.0",
"description": "Synpress is e2e testing framework based around Cypress.io & playwright with included MetaMask support. Test your dapps with ease.",
"keywords": [
Expand Down

0 comments on commit b254a46

Please sign in to comment.