chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 #5249
Annotations
3 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 8 tests:
[chromium] › tests/specs/settings/settings.spec.ts:46:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard
[chromium] › tests/specs/settings/settings.spec.ts:63: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
[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
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: 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 flaky
[chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
7 passed (2.5m)
|
Loading