Full page extension views, containers, shared headers + footers #4291
playwright.yml
on: pull_request
Matrix: test
Merge reports
2m 48s
Annotations
10 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-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/settings/settings-menu.spec.ts:45:7 › Settings menu › that menu item allows viewing and saving secret key to clipboard:
tests/specs/settings/settings-menu.spec.ts#L1
1) [chromium] › specs/settings/settings-menu.spec.ts:45:7 › Settings menu › that menu item allows viewing and saving secret key to clipboard
Test timeout of 30000ms exceeded.
|
[chromium] › specs/settings/settings-menu.spec.ts:45:7 › Settings menu › that menu item allows viewing and saving secret key to clipboard:
tests/specs/settings/settings-menu.spec.ts#L1
1) [chromium] › specs/settings/settings-menu.spec.ts:45:7 › Settings menu › that menu item allows viewing and saving secret key to clipboard
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/settings/settings-menu.spec.ts:45:7 › Settings menu › that menu item allows viewing and saving secret key to clipboard:
tests/specs/settings/settings-menu.spec.ts#L1
1) [chromium] › specs/settings/settings-menu.spec.ts:45:7 › Settings menu › that menu item allows viewing and saving secret key to clipboard
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/send/send-stx.spec.ts:205:11 › send stx › tests on mainnet › send form input fields › that fee row defaults to middle fee estimation:
tests/specs/send/send-stx.spec.ts#L212
2) [chromium] › specs/send/send-stx.spec.ts:205:11 › send stx › tests on mainnet › send form input fields › that fee row defaults to middle fee estimation
Error: expect(received).toBeTruthy()
Received: false
210 | // Using min/max fee caps
211 | const isMiddleFee = fee >= 0.003 && fee <= 0.75;
> 212 | test.expect(isMiddleFee).toBeTruthy();
| ^
213 | });
214 |
215 | test('that low fee estimate can be selected', async () => {
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:212:34
|
Shard 7 of 8
Process completed with exit code 1.
|
🎭 Playwright Run Summary
3 skipped
5 passed (35.3s)
|
🎭 Playwright Run Summary
7 passed (1.2m)
|
🎭 Playwright Run Summary
6 passed (1.1m)
|
🎭 Playwright Run Summary
8 passed (1.3m)
|
🎭 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
9 passed (2.1m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/send/send-btc.spec.ts:64:9 › send btc › btc send form › that fee value on preview match chosen one
15 passed (1.6m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › specs/settings/settings-menu.spec.ts:45:7 › Settings menu › that menu item allows viewing and saving secret key to clipboard
1 flaky
[chromium] › specs/send/send-stx.spec.ts:205:11 › send stx › tests on mainnet › send form input fields › that fee row defaults to middle fee estimation
5 passed (2.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
30.4 MB |
|