Skip to content

Commit

Permalink
chore: update ethereum-provider and utils to 2.15.1. Disable MM tests (
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir authored Aug 20, 2024
1 parent ab354d9 commit 7d9c2b5
Show file tree
Hide file tree
Showing 7 changed files with 248 additions and 45 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,24 +105,24 @@ jobs:
working-directory: ./apps/laboratory/
run: pnpm playwright:install

- name: Build MetaMask wallet cache
working-directory: ./apps/laboratory/
run: xvfb-run pnpm synpress
# - name: Build MetaMask wallet cache
# working-directory: ./apps/laboratory/
# run: xvfb-run pnpm synpress

- name: Run MetaMask Playwright tests (headful)
working-directory: ./apps/laboratory/
env:
BASE_URL: ${{ inputs.base-url }}
WALLET_URL: ${{ inputs.wallet-url }}
NEXT_PUBLIC_PROJECT_ID: ${{ secrets.NEXT_PUBLIC_PROJECT_ID }}
SKIP_PLAYWRIGHT_WEBSERVER: ${{ inputs.skip-playwright-webserver }}
NEXTAUTH_SECRET: ${{ secrets.TESTS_NEXTAUTH_SECRET }}
MAILSAC_API_KEY: ${{ secrets.TESTS_MAILSEC_API_KEY }}
NEXT_PUBLIC_SECURE_SITE_SDK_URL: ${{ inputs.secure-site-url }}
SOCIAL_TEST_EMAIL: ${{ secrets.TESTS_SOCIAL_EMAIL }}
SOCIAL_TEST_PASSWORD: ${{ secrets.TESTS_SOCIAL_PASSWORD }}
CI: true
run: xvfb-run pnpm playwright:test:metamask
# - name: Run MetaMask Playwright tests (headful)
# working-directory: ./apps/laboratory/
# env:
# BASE_URL: ${{ inputs.base-url }}
# WALLET_URL: ${{ inputs.wallet-url }}
# NEXT_PUBLIC_PROJECT_ID: ${{ secrets.NEXT_PUBLIC_PROJECT_ID }}
# SKIP_PLAYWRIGHT_WEBSERVER: ${{ inputs.skip-playwright-webserver }}
# NEXTAUTH_SECRET: ${{ secrets.TESTS_NEXTAUTH_SECRET }}
# MAILSAC_API_KEY: ${{ secrets.TESTS_MAILSEC_API_KEY }}
# NEXT_PUBLIC_SECURE_SITE_SDK_URL: ${{ inputs.secure-site-url }}
# SOCIAL_TEST_EMAIL: ${{ secrets.TESTS_SOCIAL_EMAIL }}
# SOCIAL_TEST_PASSWORD: ${{ secrets.TESTS_SOCIAL_PASSWORD }}
# CI: true
# run: xvfb-run pnpm playwright:test:metamask

- name: Run Playwright tests
env:
Expand Down
4 changes: 2 additions & 2 deletions apps/laboratory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@tanstack/react-query": "5.24.8",
"@wagmi/connectors": "5.1.5",
"@wagmi/core": "2.13.4",
"@walletconnect/ethereum-provider": "2.14.0",
"@walletconnect/utils": "2.14.0",
"@walletconnect/ethereum-provider": "2.15.1",
"@walletconnect/utils": "2.15.1",
"@web3modal/ethers": "workspace:*",
"@web3modal/siwe": "workspace:*",
"@web3modal/solana": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"@coinbase/wallet-sdk": "4.0.3",
"@walletconnect/ethereum-provider": "2.14.0",
"@walletconnect/utils": "2.14.0",
"@walletconnect/ethereum-provider": "2.15.1",
"@walletconnect/utils": "2.15.1",
"@web3modal/common": "workspace:*",
"@web3modal/wallet": "workspace:*",
"@web3modal/polyfills": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/ethers5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"@coinbase/wallet-sdk": "4.0.3",
"@walletconnect/ethereum-provider": "2.14.0",
"@walletconnect/utils": "2.14.0",
"@walletconnect/ethereum-provider": "2.15.1",
"@walletconnect/utils": "2.15.1",
"@web3modal/common": "workspace:*",
"@web3modal/polyfills": "workspace:*",
"@web3modal/scaffold": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/siwe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@walletconnect/utils": "2.14.0",
"@walletconnect/utils": "2.15.1",
"@web3modal/core": "workspace:*",
"@web3modal/ui": "workspace:*",
"@web3modal/common": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@walletconnect/ethereum-provider": "2.14.0",
"@walletconnect/utils": "2.14.0",
"@walletconnect/ethereum-provider": "2.15.1",
"@walletconnect/utils": "2.15.1",
"@web3modal/polyfills": "workspace:*",
"@web3modal/wallet": "workspace:*",
"@web3modal/common": "workspace:*",
Expand Down
Loading

0 comments on commit 7d9c2b5

Please sign in to comment.