Full page extension views, containers, shared headers + footers #4293
Annotations
4 errors and 1 notice
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests
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)
|
The logs for this run have expired and are no longer available.
Loading