chore(deps): bump undici from 5.28.2 to 5.28.3 #4798
Annotations
5 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 2 tests:
[chromium] › tests/specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
[chromium] › tests/specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
at specs/transactions/transactions.spec.ts:64
62 | if (!displayedFee) throw new Error('Cannot pull fee from UI');
63 |
> 64 | const requestPromise = transactionRequestPage.page.waitForRequest('*/**/v2/transactions');
| ^
65 |
66 | await transactionRequestPage.page.route('*/**/v2/transactions', async route => {
67 | await route.abort();
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:64:58
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L1
2) [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
2) [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
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, nick-fields/retry@v2, 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:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
1 flaky
[chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
5 passed (2.6m)
|
The logs for this run have expired and are no longer available.
Loading