Skip to content

Commit

Permalink
⬆️ chore(example): Update Synpress to latest version (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception authored Jan 31, 2024
1 parent 1bca0b0 commit eacf895
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 53 deletions.
4 changes: 2 additions & 2 deletions examples/new-dawn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"test:e2e:headless:ui": "HEADLESS=true playwright test --ui"
},
"dependencies": {
"@playwright/test": "1.40.0",
"@synthetixio/synpress": "0.0.0-devtest-20231206214259",
"@playwright/test": "1.41.1",
"@synthetixio/synpress": "4.0.0-alpha.0",
"dotenv": "16.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/new-dawn/test/e2e/03_advanced.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('Token', () => {
await deployToken()

await page.locator('#approveTokens').click()
await metamask.approvePermission()
await metamask.approveTokenPermission()
})
})

Expand Down
77 changes: 27 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eacf895

Please sign in to comment.