Test widgets and wallets integration #3656
Annotations
4 errors, 3 warnings, and 1 notice
Run wallets tests:
packages/wallets/src/metamask/metamask.page.ts#L176
1) ../../test/widgets/ethereum.spec.ts:32:7 › Ethereum › Metamask stake ──────────────────────────
TimeoutError: locator.click: Timeout 120000ms exceeded.
Call log:
- waiting for getByTestId('page-container-footer-next')
at ../../../packages/wallets/src/metamask/metamask.page.ts:176
174 | await test.step('Connect Metamask wallet', async () => {
175 | const operationPage = new WalletOperationPage(page);
> 176 | await operationPage.nextButton.click(); // "Next" button for account select
| ^
177 | await operationPage.nextButton.click(); // "Confirm" button to give permission
178 | await operationPage.page.close();
179 | });
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/wallets/src/metamask/metamask.page.ts:176:38
at MetamaskPage.connectWallet (/home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/wallets/src/metamask/metamask.page.ts:174:16)
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/widgets/src/ethereum/ethereum.page.ts:63:32
at EthereumPage.connectWallet (/home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/widgets/src/ethereum/ethereum.page.ts:40:5)
at BrowserService.stake (/home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/browser/browser.service.ts:114:7)
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/test/widgets/ethereum.spec.ts:40:5
|
Run wallets tests:
packages/wallets/src/metamask/metamask.page.ts#L176
1) ../../test/widgets/ethereum.spec.ts:32:7 › Ethereum › Metamask stake ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 120000ms exceeded.
Call log:
- waiting for getByTestId('page-container-footer-next')
at ../../../packages/wallets/src/metamask/metamask.page.ts:176
174 | await test.step('Connect Metamask wallet', async () => {
175 | const operationPage = new WalletOperationPage(page);
> 176 | await operationPage.nextButton.click(); // "Next" button for account select
| ^
177 | await operationPage.nextButton.click(); // "Confirm" button to give permission
178 | await operationPage.page.close();
179 | });
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/wallets/src/metamask/metamask.page.ts:176:38
at MetamaskPage.connectWallet (/home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/wallets/src/metamask/metamask.page.ts:174:16)
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/widgets/src/ethereum/ethereum.page.ts:63:32
at EthereumPage.connectWallet (/home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/widgets/src/ethereum/ethereum.page.ts:40:5)
at BrowserService.stake (/home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/browser/browser.service.ts:114:7)
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/test/widgets/ethereum.spec.ts:40:5
|
Run wallets tests:
packages/wallets/src/metamask/pages/settings.page.ts#L47
1) ../../test/widgets/ethereum.spec.ts:32:7 › Ethereum › Metamask stake ──────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 120000ms exceeded.
Call log:
- waiting for getByTestId('experimental-setting-toggle-request-queue').locator('input').locator('..')
at ../../../packages/wallets/src/metamask/pages/settings.page.ts:47
45 | await this.openSettings();
46 | await this.experimentalTabButton.click();
> 47 | await this.selectNetworksForEachSiteToggle.click();
| ^
48 | });
49 | }
50 | }
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/wallets/src/metamask/pages/settings.page.ts:47:50
at SettingsPage.setupNetworkChangingSetting (/home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/wallets/src/metamask/pages/settings.page.ts:44:5)
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/wallets/src/metamask/metamask.page.ts:71:9
at MetamaskPage.setup (/home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/wallets/src/metamask/metamask.page.ts:64:5)
at BrowserService.setup (/home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/browser/browser.service.ts:96:5)
at BrowserService.setupWithNode (/home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/browser/browser.service.ts:45:5)
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/test/widgets/ethereum.spec.ts:33:5
|
Run wallets tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run wallets tests:
../test/widgets/polygon.spec.ts#L1
../test/widgets/polygon.spec.ts took 2.0m
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run wallets tests
1 failed
../../test/widgets/ethereum.spec.ts:32:7 › Ethereum › Metamask stake ───────────────────────────
4 skipped
10 passed (13.8m)
|
Loading