Full page extension views, containers, shared headers + footers #3985
Annotations
6 errors and 1 notice
Error: page.waitForRequest: Target page, context or browser has been closed
=========================== logs ===========================
waiting for request "*/**/v2/transactions"
============================================================
Failed worker ran 2 tests:
[chromium] › tests/specs/transactions/transactions.spec.ts:31:9 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
[chromium] › tests/specs/transactions/transactions.spec.ts:44:9 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
at specs/transactions/transactions.spec.ts:55
53 | if (!displayedFee) throw new Error('Cannot pull fee from UI');
54 |
> 55 | const requestPromise = transactionRequestPage.page.waitForRequest('*/**/v2/transactions');
| ^
56 |
57 | await transactionRequestPage.page.route('*/**/v2/transactions', async route => {
58 | await route.abort();
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:55:58
|
tests/specs/swap/swap.spec.ts#L1
1) [chromium] › specs/swap/swap.spec.ts:18:7 › Swaps › that it shows correct swap review details ─
Test timeout of 30000ms exceeded.
|
tests/specs/transactions/transactions.spec.ts#L1
2) [chromium] › specs/transactions/transactions.spec.ts:31:9 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
tests/specs/transactions/transactions.spec.ts#L1
3) [chromium] › specs/transactions/transactions.spec.ts:44:9 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Test timeout of 30000ms exceeded.
|
tests/specs/transactions/transactions.spec.ts#L1
3) [chromium] › specs/transactions/transactions.spec.ts:44:9 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
3 flaky
[chromium] › specs/swap/swap.spec.ts:18:7 › Swaps › that it shows correct swap review details ──
[chromium] › specs/transactions/transactions.spec.ts:31:9 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
[chromium] › specs/transactions/transactions.spec.ts:44:9 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
4 passed (3.4m)
|
The logs for this run have expired and are no longer available.
Loading