Full page extension views, containers, shared headers + footers #3985
Annotations
4 errors and 1 notice
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
|
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
|
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
|
|
|
The logs for this run have expired and are no longer available.
Loading