Full page extension views, containers, shared headers + footers #4808
playwright.yml
on: pull_request
Matrix: test
Merge reports
3m 18s
Annotations
16 errors, 9 warnings, and 8 notices
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:107:3 › Transaction signing › Single signature STX transfer being rejected:
tests/utils.ts#L42
1) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:107:3 › Transaction signing › Single signature STX transfer being rejected
Error: Error estimating transaction fee. Response 429: Too Many Requests. Attempted to fetch https://stacks-node-api.mainnet.stacks.co/v2/fees/transaction and failed with the message: "[object Object]"
at utils.ts:42
40 | network,
41 | };
> 42 | return bytesToHex((await makeUnsignedSTXTokenTransfer(options)).serialize());
| ^
43 | }
44 |
45 | export async function generateMultisigUnsignedStxTransfer(
at estimateTransaction (/home/runner/work/extension/extension/node_modules/@stacks/transactions/src/builders.ts:218:11)
at estimateTransactionFeeWithFallback (/home/runner/work/extension/extension/node_modules/@stacks/transactions/src/builders.ts:1600:13)
at makeUnsignedSTXTokenTransfer (/home/runner/work/extension/extension/node_modules/@stacks/transactions/src/builders.ts:622:17)
at generateUnsignedStxTransfer (/home/runner/work/extension/extension/tests/utils.ts:42:22)
at /home/runner/work/extension/extension/tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts:109:34
|
[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
|
[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/send/send-btc.spec.ts:67:5 › send btc › btc send form › that fee value on preview match chosen one:
tests/specs/send/send-btc.spec.ts#L14
1) [chromium] › specs/send/send-btc.spec.ts:67:5 › send btc › btc send form › that fee value on preview match chosen one
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:33:3 › send stx: tests on testnet › that empty memo on preview matches default empty value:
tests/specs/send/send-stx.spec.ts#L17
2) [chromium] › specs/send/send-stx.spec.ts:33:3 › send stx: tests on testnet › that empty memo on preview matches default empty value
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.
|
[chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount:
tests/specs/transactions/transactions.spec.ts#L1
3) [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.
|
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 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 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 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 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
3 skipped
5 passed (35.1s)
|
🎭 Playwright Run Summary
8 passed (1.3m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:107:3 › Transaction signing › Single signature STX transfer being rejected
5 passed (1.3m)
|
🎭 Playwright Run Summary
8 passed (1.5m)
|
🎭 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
1 flaky
[chromium] › specs/profile/profile.spec.ts:23:3 › Profile updating › should show profile details
9 passed (2.3m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/send/send-btc.spec.ts:67:5 › send btc › btc send form › that fee value on preview match chosen one
[chromium] › specs/send/send-stx.spec.ts:33:3 › send stx: tests on testnet › that empty memo on preview matches default empty value
6 passed (2.7m)
|
🎭 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 ─────────────────
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
4 passed (4.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
74.6 MB |
|