Skip to content

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

Full page extension views, containers, shared headers + footers

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

Triggered via pull request January 17, 2024 05:36
Status Failure
Total duration 8m 38s
Artifacts 1

playwright.yml

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

Annotations

9 errors and 7 notices
[chromium] › specs/onboarding/onboarding.spec.ts:84:11 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address: tests/specs/onboarding/onboarding.spec.ts#L86
1) [chromium] › specs/onboarding/onboarding.spec.ts:84: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: "" 84 | test('that the wallet generates the correct Taproot address', async ({ homePage }) => { 85 | const taprootAddress = await homePage.getReceiveTaprootAddress(); > 86 | test.expect(taprootAddress).toEqual(TEST_ACCOUNT_1_TAPROOT_ADDRESS); | ^ 87 | }); 88 | }); 89 | at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:86:37
[chromium] › specs/onboarding/onboarding.spec.ts:84:11 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address: tests/specs/onboarding/onboarding.spec.ts#L86
1) [chromium] › specs/onboarding/onboarding.spec.ts:84: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: "" 84 | test('that the wallet generates the correct Taproot address', async ({ homePage }) => { 85 | const taprootAddress = await homePage.getReceiveTaprootAddress(); > 86 | test.expect(taprootAddress).toEqual(TEST_ACCOUNT_1_TAPROOT_ADDRESS); | ^ 87 | }); 88 | }); 89 | at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:86:37
[chromium] › specs/onboarding/onboarding.spec.ts:84:11 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address: tests/specs/onboarding/onboarding.spec.ts#L86
1) [chromium] › specs/onboarding/onboarding.spec.ts:84: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: "" 84 | test('that the wallet generates the correct Taproot address', async ({ homePage }) => { 85 | const taprootAddress = await homePage.getReceiveTaprootAddress(); > 86 | test.expect(taprootAddress).toEqual(TEST_ACCOUNT_1_TAPROOT_ADDRESS); | ^ 87 | }); 88 | }); 89 | at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:86:37
Shard 3 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/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/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#L11
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 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:64:9 › send btc › btc send form › that fee value on preview match chosen one: tests/specs/send/send-btc.spec.ts#L11
1) [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 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-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#L19
2) [chromium] › specs/send/send-stx.spec.ts:29:9 › send stx › tests on testnet › that send max button sets available balance minus fee "beforeAll" hook timeout of 30000ms exceeded. 17 | const amount = '0.000001'; 18 | let sPage: SendPage; > 19 | test.beforeAll(async ({ extensionId, globalPage, onboardingPage, homePage, sendPage }) => { | ^ 20 | await globalPage.setupAndUseApiCalls(extensionId); 21 | await onboardingPage.signInWithTestAccount(extensionId); 22 | await homePage.enableTestMode(); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:19:10
🎭 Playwright Run Summary
3 skipped 5 passed (35.7s)
🎭 Playwright Run Summary
1 failed [chromium] › specs/onboarding/onboarding.spec.ts:84:11 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address 8 passed (1.8m)
🎭 Playwright Run Summary
8 passed (1.3m)
🎭 Playwright Run Summary
7 passed (1.2m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/send/send-stx.spec.ts:190:11 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name 6 passed (1.6m)
🎭 Playwright Run Summary
2 flaky [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 (2.3m)
🎭 Playwright Run Summary
2 flaky [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 13 passed (2.1m)

Artifacts

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