Test widgets and wallets integration #1469
Annotations
8 errors, 1 warning, and 1 notice
../../test/widgets/ethereum.spec.ts:33:7 › Ethereum › Metamask stake:
wallets-testing/test/widgets/ethereum.spec.ts#L1
1) ../../test/widgets/ethereum.spec.ts:33:7 › Ethereum › Metamask stake ==========================
Test timeout of 180000ms exceeded.
|
../../test/widgets/ethereum.spec.ts:33:7 › Ethereum › Metamask stake:
packages/widgets/dist/src/ethereum/ethereum.page.js#L50
1) ../../test/widgets/ethereum.spec.ts:33:7 › Ethereum › Metamask stake ==========================
browserContext.waitForEvent: Context closed
at ../../../packages/widgets/dist/src/ethereum/ethereum.page.js:50
48 | await this.page.fill('input[type=text]', String(this.stakeConfig.stakeAmount));
49 | const [walletSignPage] = await Promise.all([
> 50 | this.page.context().waitForEvent('page', { timeout: 120000 }),
| ^
51 | this.page.click('button[type=submit]'),
52 | ]);
53 | await walletPage.assertTxAmount(walletSignPage, String(this.stakeConfig.stakeAmount));
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/widgets/dist/src/ethereum/ethereum.page.js:50:37
at EthereumPage.doStaking (/home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/widgets/dist/src/ethereum/ethereum.page.js:47:9)
at BrowserService.stake (/home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/browser/browser.service.ts:113:7)
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/test/widgets/ethereum.spec.ts:41:5
|
../../test/widgets/ethereum.spec.ts:33:7 › Ethereum › Metamask stake:
wallets-testing/test/widgets/ethereum.spec.ts#L1
1) ../../test/widgets/ethereum.spec.ts:33:7 › Ethereum › Metamask stake ==========================
Retry #1 ---------------------------------------------------------------------------------------
Test timeout of 180000ms exceeded.
|
../../test/widgets/ethereum.spec.ts:33:7 › Ethereum › Metamask stake:
packages/widgets/dist/src/ethereum/ethereum.page.js#L50
1) ../../test/widgets/ethereum.spec.ts:33:7 › Ethereum › Metamask stake ==========================
Retry #1 ---------------------------------------------------------------------------------------
browserContext.waitForEvent: Context closed
at ../../../packages/widgets/dist/src/ethereum/ethereum.page.js:50
48 | await this.page.fill('input[type=text]', String(this.stakeConfig.stakeAmount));
49 | const [walletSignPage] = await Promise.all([
> 50 | this.page.context().waitForEvent('page', { timeout: 120000 }),
| ^
51 | this.page.click('button[type=submit]'),
52 | ]);
53 | await walletPage.assertTxAmount(walletSignPage, String(this.stakeConfig.stakeAmount));
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/widgets/dist/src/ethereum/ethereum.page.js:50:37
at EthereumPage.doStaking (/home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/widgets/dist/src/ethereum/ethereum.page.js:47:9)
at BrowserService.stake (/home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/browser/browser.service.ts:113:7)
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/test/widgets/ethereum.spec.ts:41:5
|
../../test/widgets/ethereum.spec.ts:33:7 › Ethereum › Metamask stake:
wallets-testing/test/widgets/ethereum.spec.ts#L1
1) ../../test/widgets/ethereum.spec.ts:33:7 › Ethereum › Metamask stake ==========================
Retry #2 ---------------------------------------------------------------------------------------
Test timeout of 180000ms exceeded.
|
../../test/widgets/ethereum.spec.ts:33:7 › Ethereum › Metamask stake:
packages/widgets/dist/src/ethereum/ethereum.page.js#L50
1) ../../test/widgets/ethereum.spec.ts:33:7 › Ethereum › Metamask stake ==========================
Retry #2 ---------------------------------------------------------------------------------------
browserContext.waitForEvent: Context closed
at ../../../packages/widgets/dist/src/ethereum/ethereum.page.js:50
48 | await this.page.fill('input[type=text]', String(this.stakeConfig.stakeAmount));
49 | const [walletSignPage] = await Promise.all([
> 50 | this.page.context().waitForEvent('page', { timeout: 120000 }),
| ^
51 | this.page.click('button[type=submit]'),
52 | ]);
53 | await walletPage.assertTxAmount(walletSignPage, String(this.stakeConfig.stakeAmount));
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/widgets/dist/src/ethereum/ethereum.page.js:50:37
at EthereumPage.doStaking (/home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/widgets/dist/src/ethereum/ethereum.page.js:47:9)
at BrowserService.stake (/home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/browser/browser.service.ts:113:7)
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/test/widgets/ethereum.spec.ts:41:5
|
../../test/widgets/solana.spec.ts:28:7 › Solana › Phantom connect:
packages/wallets/dist/src/phantom/phantom.page.js#L56
2) ../../test/widgets/solana.spec.ts:28:7 › Solana › Phantom connect =============================
page.fill: Timeout 120000ms exceeded.
=========================== logs ===========================
waiting for locator('input[name=password]')
============================================================
at ../../../packages/wallets/dist/src/phantom/phantom.page.js:56
54 | await this.page.waitForSelector("button[data-testid='onboarding-form-submit-button']");
55 | await this.page.click("button[data-testid='onboarding-form-submit-button']");
> 56 | await this.page.fill('input[name=password]', this.config.PASSWORD);
| ^
57 | await this.page.fill('input[name=confirmPassword]', this.config.PASSWORD);
58 | await this.page.click('input[type=checkbox]');
59 | await this.page.click('button:has-text("Continue")');
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/wallets/dist/src/phantom/phantom.page.js:56:29
at PhantomPage.firstTimeSetup (/home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/wallets/dist/src/phantom/phantom.page.js:44:9)
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/wallets/dist/src/phantom/phantom.page.js:30:17
at PhantomPage.setup (/home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/wallets/dist/src/phantom/phantom.page.js:19:9)
at BrowserService.setup (/home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/browser/browser.service.ts:94:5)
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/test/widgets/solana.spec.ts:29:5
|
Testing
Process completed with exit code 1.
|
Testing
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
🎭 Playwright Run Summary
1 failed
../../test/widgets/ethereum.spec.ts:33:7 › Ethereum › Metamask stake ===========================
1 flaky
../../test/widgets/solana.spec.ts:28:7 › Solana › Phantom connect ==============================
4 skipped
14 passed (21.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
20.1 MB |
|