Skip to content

Full page extension views, containers, shared headers + footers #3994

Full page extension views, containers, shared headers + footers

Full page extension views, containers, shared headers + footers #3994

Triggered via pull request December 14, 2023 09:54
Status Failure
Total duration 10m 48s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

playwright.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

32 errors and 7 notices
[chromium] › specs/onboarding/onboarding.spec.ts:85:11 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address: tests/specs/onboarding/onboarding.spec.ts#L87
1) [chromium] › specs/onboarding/onboarding.spec.ts:85:11 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address Error: expect(received).toEqual(expected) // deep equality Expected: "bc1putuzj9lyfcm8fef9jpy85nmh33cxuq9u6wyuk536t9kemdk37yjqmkc0pg" Received: "" 85 | test('that the wallet generates the correct Taproot address', async ({ homePage }) => { 86 | const taprootAddress = await homePage.getReceiveTaprootAddress(); > 87 | test.expect(taprootAddress).toEqual(TEST_ACCOUNT_1_TAPROOT_ADDRESS); | ^ 88 | }); 89 | }); 90 | at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:87:37
[chromium] › specs/onboarding/onboarding.spec.ts:85:11 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address: tests/specs/onboarding/onboarding.spec.ts#L87
1) [chromium] › specs/onboarding/onboarding.spec.ts:85:11 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "bc1putuzj9lyfcm8fef9jpy85nmh33cxuq9u6wyuk536t9kemdk37yjqmkc0pg" Received: "" 85 | test('that the wallet generates the correct Taproot address', async ({ homePage }) => { 86 | const taprootAddress = await homePage.getReceiveTaprootAddress(); > 87 | test.expect(taprootAddress).toEqual(TEST_ACCOUNT_1_TAPROOT_ADDRESS); | ^ 88 | }); 89 | }); 90 | at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:87:37
[chromium] › specs/onboarding/onboarding.spec.ts:85:11 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address: tests/specs/onboarding/onboarding.spec.ts#L87
1) [chromium] › specs/onboarding/onboarding.spec.ts:85:11 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "bc1putuzj9lyfcm8fef9jpy85nmh33cxuq9u6wyuk536t9kemdk37yjqmkc0pg" Received: "" 85 | test('that the wallet generates the correct Taproot address', async ({ homePage }) => { 86 | const taprootAddress = await homePage.getReceiveTaprootAddress(); > 87 | test.expect(taprootAddress).toEqual(TEST_ACCOUNT_1_TAPROOT_ADDRESS); | ^ 88 | }); 89 | }); 90 | at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:87:37
[chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details: tests/specs/profile/profile.spec.ts#L25
2) [chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details Test timeout of 30000ms exceeded while running "beforeEach" hook. 23 | } 24 | > 25 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => { | ^ 26 | await globalPage.setupAndUseApiCalls(extensionId); 27 | await onboardingPage.signInWithTestAccount(extensionId); 28 | testAppPage = await TestAppPage.openDemoPage(context); at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:25:8
[chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details: tests/specs/profile/profile.spec.ts#L25
2) [chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 23 | } 24 | > 25 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => { | ^ 26 | await globalPage.setupAndUseApiCalls(extensionId); 27 | await onboardingPage.signInWithTestAccount(extensionId); 28 | testAppPage = await TestAppPage.openDemoPage(context); at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:25:8
Shard 3 of 8
Process completed with exit code 1.
Shard 8 of 8
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
[chromium] › specs/transactions/transactions.spec.ts:44:9 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount: tests/specs/transactions/transactions.spec.ts#L12
1) [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 while running "beforeEach" hook. 10 | let testAppPage: TestAppPage; 11 | > 12 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => { | ^ 13 | await globalPage.setupAndUseApiCalls(extensionId); 14 | await onboardingPage.signInWithTestAccount(extensionId); 15 | at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:12:8
[chromium] › specs/transactions/transactions.spec.ts:44:9 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount: tests/specs/transactions/transactions.spec.ts#L12
1) [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 while running "beforeEach" hook. 10 | let testAppPage: TestAppPage; 11 | > 12 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => { | ^ 13 | await globalPage.setupAndUseApiCalls(extensionId); 14 | await onboardingPage.signInWithTestAccount(extensionId); 15 | at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:12:8
[chromium] › specs/transactions/transactions.spec.ts:44:9 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount: tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:44:9 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
Shard 8 of 8
Process completed with exit code 1.
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:7 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer: tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
1) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:7 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer Test timeout of 30000ms exceeded.
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:7 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer: tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
1) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:7 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:7 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer: tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
1) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:7 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-btc.spec.ts:21:9 › send btc › btc send form › that it shows preview of tx details to be confirmed: tests/specs/send/send-btc.spec.ts#L1
2) [chromium] › specs/send/send-btc.spec.ts:21:9 › send btc › btc send form › that it shows preview of tx details to be confirmed Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-btc.spec.ts:21:9 › send btc › btc send form › that it shows preview of tx details to be confirmed: tests/specs/send/send-btc.spec.ts#L1
2) [chromium] › specs/send/send-btc.spec.ts:21:9 › send btc › btc send form › that it shows preview of tx details to be confirmed Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-btc.spec.ts:21:9 › send btc › btc send form › that it shows preview of tx details to be confirmed: tests/specs/send/send-btc.spec.ts#L1
2) [chromium] › specs/send/send-btc.spec.ts:21:9 › send btc › btc send form › that it shows preview of tx details to be confirmed Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
Shard 4 of 8
Process completed with exit code 1.
[chromium] › specs/send/send-stx.spec.ts:190:11 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name: tests/specs/send/send-stx.spec.ts#L1
1) [chromium] › specs/send/send-stx.spec.ts:190:11 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-stx.spec.ts:190:11 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name: tests/specs/send/send-stx.spec.ts#L1
1) [chromium] › specs/send/send-stx.spec.ts:190:11 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-stx.spec.ts:190:11 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name: tests/specs/send/send-stx.spec.ts#L1
1) [chromium] › specs/send/send-stx.spec.ts:190:11 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
Shard 7 of 8
Process completed with exit code 1.
[chromium] › specs/send/send-btc.spec.ts:31:9 › send btc › btc send form › that recipient input is trimmed correctly: tests/specs/send/send-btc.spec.ts#L1
1) [chromium] › specs/send/send-btc.spec.ts:31:9 › send btc › btc send form › that recipient input is trimmed correctly Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-btc.spec.ts:31:9 › send btc › btc send form › that recipient input is trimmed correctly: tests/specs/send/send-btc.spec.ts#L1
1) [chromium] › specs/send/send-btc.spec.ts:31:9 › send btc › btc send form › that recipient input is trimmed correctly Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-btc.spec.ts:31:9 › send btc › btc send form › that recipient input is trimmed correctly: tests/specs/send/send-btc.spec.ts#L1
1) [chromium] › specs/send/send-btc.spec.ts:31:9 › send btc › btc send form › that recipient input is trimmed correctly Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-btc.spec.ts:43:9 › send btc › btc send form › that asset value and recipient on preview match input: tests/specs/send/send-btc.spec.ts#L1
2) [chromium] › specs/send/send-btc.spec.ts:43:9 › send btc › btc send form › that asset value and recipient on preview match input Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-btc.spec.ts:43:9 › send btc › btc send form › that asset value and recipient on preview match input: tests/specs/send/send-btc.spec.ts#L11
2) [chromium] › specs/send/send-btc.spec.ts:43:9 › send btc › btc send form › that asset value and recipient on preview match input Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 9 | 10 | test.describe('send btc', () => { > 11 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => { | ^ 12 | await globalPage.setupAndUseApiCalls(extensionId); 13 | await onboardingPage.signInWithTestAccount(extensionId); 14 | await homePage.enableTestMode(); at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:11:8
[chromium] › specs/send/send-btc.spec.ts:43:9 › send btc › btc send form › that asset value and recipient on preview match input: tests/specs/send/send-btc.spec.ts#L1
2) [chromium] › specs/send/send-btc.spec.ts:43:9 › send btc › btc send form › that asset value and recipient on preview match input Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-btc.spec.ts:64:9 › send btc › btc send form › that fee value on preview match chosen one: tests/specs/send/send-btc.spec.ts#L1
3) [chromium] › specs/send/send-btc.spec.ts:64:9 › send btc › btc send form › that fee value on preview match chosen one Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-btc.spec.ts:64:9 › send btc › btc send form › that fee value on preview match chosen one: tests/specs/send/send-btc.spec.ts#L1
3) [chromium] › specs/send/send-btc.spec.ts:64:9 › send btc › btc send form › that fee value on preview match chosen one Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-btc.spec.ts:64:9 › send btc › btc send form › that fee value on preview match chosen one: tests/specs/send/send-btc.spec.ts#L1
3) [chromium] › specs/send/send-btc.spec.ts:64:9 › send btc › btc send form › that fee value on preview match chosen one Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-stx.spec.ts:29:9 › send stx › tests on testnet › that send max button sets available balance minus fee: tests/specs/send/send-stx.spec.ts#L1
4) [chromium] › specs/send/send-stx.spec.ts:29:9 › send stx › tests on testnet › that send max button sets available balance minus fee Test timeout of 30000ms exceeded.
🎭 Playwright Run Summary
3 skipped 5 passed (34.1s)
🎭 Playwright Run Summary
8 passed (1.3m)
🎭 Playwright Run Summary
1 failed [chromium] › specs/onboarding/onboarding.spec.ts:85:11 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address 1 flaky [chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details 7 passed (2.9m)
🎭 Playwright Run Summary
1 failed [chromium] › specs/transactions/transactions.spec.ts:44:9 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount 6 passed (3.1m)
🎭 Playwright Run Summary
2 failed [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:7 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer [chromium] › specs/send/send-btc.spec.ts:21:9 › send btc › btc send form › that it shows preview of tx details to be confirmed 5 passed (3.9m)
🎭 Playwright Run Summary
1 failed [chromium] › specs/send/send-stx.spec.ts:190:11 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name 2 skipped 4 passed (4.3m)
🎭 Playwright Run Summary
4 failed [chromium] › specs/send/send-btc.spec.ts:31:9 › send btc › btc send form › that recipient input is trimmed correctly [chromium] › specs/send/send-btc.spec.ts:43:9 › send btc › btc send form › that asset value and recipient on preview match input [chromium] › specs/send/send-btc.spec.ts:64:9 › send btc › btc send form › that fee value on preview match chosen one [chromium] › specs/send/send-stx.spec.ts:29:9 › send stx › tests on testnet › that send max button sets available balance minus fee 11 skipped

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
73.1 MB