Full page extension views, containers, shared headers + footers #4804
playwright.yml
on: pull_request
Matrix: test
Merge reports
2m 24s
Annotations
16 errors, 9 warnings, and 8 notices
[chromium] › specs/profile/profile.spec.ts:23:3 › Profile updating › should show profile details:
tests/specs/profile/profile.spec.ts#L11
1) [chromium] › specs/profile/profile.spec.ts:23:3 › Profile updating › should show profile details
Test timeout of 30000ms exceeded while running "beforeEach" hook.
9 | let testAppPage: TestAppPage;
10 |
> 11 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => {
| ^
12 | await globalPage.setupAndUseApiCalls(extensionId);
13 | await onboardingPage.signInWithTestAccount(extensionId);
14 | testAppPage = await TestAppPage.openDemoPage(context);
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:11:8
|
[chromium] › specs/profile/profile.spec.ts:41:3 › Profile updating › should send a signed profile token to gaia:
tests/specs/profile/profile.spec.ts#L11
2) [chromium] › specs/profile/profile.spec.ts:41:3 › Profile updating › should send a signed profile token to gaia
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
9 | let testAppPage: TestAppPage;
10 |
> 11 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => {
| ^
12 | await globalPage.setupAndUseApiCalls(extensionId);
13 | await onboardingPage.signInWithTestAccount(extensionId);
14 | testAppPage = await TestAppPage.openDemoPage(context);
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:11:8
|
[chromium] › specs/send/send-btc.spec.ts:89:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo:
tests/specs/send/send-btc.spec.ts#L14
1) [chromium] › specs/send/send-btc.spec.ts:89:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo
Test timeout of 30000ms exceeded while running "beforeEach" hook.
12 |
13 | test.describe('send btc', () => {
> 14 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
15 | await globalPage.setupAndUseApiCalls(extensionId);
16 | await onboardingPage.signInWithTestAccount(extensionId);
17 | await homePage.selectTestNet();
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:14:8
|
[chromium] › specs/send/send-stx.spec.ts:52:3 › send stx: tests on testnet › that asset value:
tests/specs/send/send-stx.spec.ts#L17
2) [chromium] › specs/send/send-stx.spec.ts:52:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
Test timeout of 30000ms exceeded while running "beforeEach" hook.
15 |
16 | test.describe('send stx: tests on testnet', () => {
> 17 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
18 | await globalPage.setupAndUseApiCalls(extensionId);
19 | await onboardingPage.signInWithTestAccount(extensionId);
20 | await homePage.selectTestNet();
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:17:8
|
[chromium] › specs/send/send-stx.spec.ts:115:5 › send stx: tests on testnet › send form validation › that the address must be valid:
tests/specs/send/send-stx.spec.ts#L17
1) [chromium] › specs/send/send-stx.spec.ts:115:5 › send stx: tests on testnet › send form validation › that the address must be valid
Test timeout of 30000ms exceeded while running "beforeEach" hook.
15 |
16 | test.describe('send stx: tests on testnet', () => {
> 17 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
18 | await globalPage.setupAndUseApiCalls(extensionId);
19 | await onboardingPage.signInWithTestAccount(extensionId);
20 | await homePage.selectTestNet();
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:17:8
|
[chromium] › specs/send/send-stx.spec.ts:140:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details to be confirmed:
tests/specs/send/send-stx.spec.ts#L17
2) [chromium] › specs/send/send-stx.spec.ts:140:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details to be confirmed
Test timeout of 30000ms exceeded while running "beforeEach" hook.
15 |
16 | test.describe('send stx: tests on testnet', () => {
> 17 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
18 | await globalPage.setupAndUseApiCalls(extensionId);
19 | await onboardingPage.signInWithTestAccount(extensionId);
20 | await homePage.selectTestNet();
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:17:8
|
Shard 8 of 8
Error: page.waitForRequest: Target page, context or browser has been closed
=========================== logs ===========================
waiting for request "*/**/v2/transactions"
============================================================
Failed worker ran 1 test:
[chromium] › tests/specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast
at specs/swap/swap.spec.ts:38
36 |
37 | test('that the swap is broadcast', async ({ swapPage }) => {
> 38 | const requestPromise = swapPage.page.waitForRequest(hiroApiPostRoute);
| ^
39 |
40 | await swapPage.page.route(hiroApiPostRoute, async route => {
41 | await route.abort();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:38:42
|
Shard 8 of 8
Error: page.waitForRequest: Target page, context or browser has been closed
=========================== logs ===========================
waiting for request "*/**/v2/transactions"
============================================================
Failed worker ran 1 test:
[chromium] › tests/specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast
at specs/swap/swap.spec.ts:38
36 |
37 | test('that the swap is broadcast', async ({ swapPage }) => {
> 38 | const requestPromise = swapPage.page.waitForRequest(hiroApiPostRoute);
| ^
39 |
40 | await swapPage.page.route(hiroApiPostRoute, async route => {
41 | await route.abort();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:38:42
|
Shard 8 of 8
Error: page.waitForRequest: Target page, context or browser has been closed
=========================== logs ===========================
waiting for request "*/**/v2/transactions"
============================================================
Failed worker ran 1 test:
[chromium] › tests/specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast
at specs/swap/swap.spec.ts:38
36 |
37 | test('that the swap is broadcast', async ({ swapPage }) => {
> 38 | const requestPromise = swapPage.page.waitForRequest(hiroApiPostRoute);
| ^
39 |
40 | await swapPage.page.route(hiroApiPostRoute, async route => {
41 | await route.abort();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:38:42
|
[chromium] › specs/swap/swap.spec.ts:17:3 › Swaps › that it shows correct swap review details:
tests/specs/swap/swap.spec.ts#L1
1) [chromium] › specs/swap/swap.spec.ts:17:3 › Swaps › that it shows correct swap review details ─
Test timeout of 30000ms exceeded.
|
[chromium] › specs/swap/swap.spec.ts:17:3 › Swaps › that it shows correct swap review details:
tests/specs/swap/swap.spec.ts#L1
1) [chromium] › specs/swap/swap.spec.ts:17:3 › Swaps › that it shows correct swap review details ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/swap/swap.spec.ts:17:3 › Swaps › that it shows correct swap review details:
tests/specs/swap/swap.spec.ts#L1
1) [chromium] › specs/swap/swap.spec.ts:17:3 › Swaps › that it shows correct swap review details ─
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast:
tests/specs/swap/swap.spec.ts#L1
2) [chromium] › specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast ────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast:
tests/specs/swap/swap.spec.ts#L1
2) [chromium] › specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast:
tests/specs/swap/swap.spec.ts#L1
2) [chromium] › specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast ────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Shard 8 of 8
Process completed with exit code 1.
|
Shard 3 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 5 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 2 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 1 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 4 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 7 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 6 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 8 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Merge reports
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/download-artifact@v3, peaceiris/actions-gh-pages@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/profile/profile.spec.ts:23:3 › Profile updating › should show profile details
[chromium] › specs/profile/profile.spec.ts:41:3 › Profile updating › should send a signed profile token to gaia
8 passed (3.2m)
|
🎭 Playwright Run Summary
3 skipped
5 passed (34.6s)
|
🎭 Playwright Run Summary
8 passed (1.2m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/send/send-btc.spec.ts:89:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo
[chromium] › specs/send/send-stx.spec.ts:52:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
6 passed (2.6m)
|
🎭 Playwright Run Summary
6 passed (1.0m)
|
🎭 Playwright Run Summary
8 passed (1.4m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/send/send-stx.spec.ts:115:5 › send stx: tests on testnet › send form validation › that the address must be valid
[chromium] › specs/send/send-stx.spec.ts:140:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details to be confirmed
6 passed (2.5m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › specs/swap/swap.spec.ts:17:3 › Swaps › that it shows correct swap review details ──
[chromium] › specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast ─────────────────
5 passed (4.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
60.1 MB |
|