Full page extension views, containers, shared headers + footers #4689
Annotations
8 errors, 1 warning, and 1 notice
Run Playwright tests
Error: page.waitForRequest: Target page, context or browser has been closed
=========================== logs ===========================
waiting for request "*/**/v2/transactions"
============================================================
Failed worker ran 5 tests:
[chromium] › tests/specs/settings/settings.spec.ts:62:3 › Settings menu › that menu item allows changing networks
[chromium] › tests/specs/store-migrations/store-migrations.spec.ts:15:5 › Store migrations › Migration 0 --> 2 › that the app detects old store format
[chromium] › tests/specs/swap/swap.spec.ts:13:3 › Swaps › that it defaults to swapping STX
[chromium] › tests/specs/swap/swap.spec.ts:17:3 › Swaps › that it shows correct swap review details
[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
|
Run Playwright tests
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
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
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.
|
Run Playwright tests:
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.
|
Run Playwright tests
Process completed with exit code 1.
|
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/.
|
Run Playwright tests
1 failed
[chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
1 flaky
[chromium] › specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast ─────────────────
1 skipped
4 passed (3.3m)
|
Loading