Full page extension views, containers, shared headers + footers #4685
Annotations
10 errors, 1 warning, and 1 notice
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L1
1) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L1
1) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L1
1) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L1
2) [chromium] › specs/onboarding/onboarding.spec.ts:36:3 › Onboarding an existing user › mnemonic key validation: should show error for invalid mnemonic key words
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L1
2) [chromium] › specs/onboarding/onboarding.spec.ts:36:3 › Onboarding an existing user › mnemonic key validation: should show error for invalid mnemonic key words
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L1
2) [chromium] › specs/onboarding/onboarding.spec.ts:36:3 › Onboarding an existing user › mnemonic key validation: should show error for invalid mnemonic key words
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L1
3) [chromium] › specs/onboarding/onboarding.spec.ts:51:3 › Onboarding an existing user › mnemonic key validation: should not show error for valid mnemonic key words
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L1
3) [chromium] › specs/onboarding/onboarding.spec.ts:51:3 › Onboarding an existing user › mnemonic key validation: should not show error for valid mnemonic key words
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L1
3) [chromium] › specs/onboarding/onboarding.spec.ts:51:3 › Onboarding an existing user › mnemonic key validation: should not show error for valid mnemonic key words
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L73
4) [chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Test timeout of 30000ms exceeded while running "beforeEach" hook.
71 |
72 | test.describe('Address generation', () => {
> 73 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
74 | await globalPage.setupAndUseApiCalls(extensionId);
75 | await onboardingPage.signInExistingUser();
76 | });
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:73:10
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Playwright tests
6 failed
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
[chromium] › specs/onboarding/onboarding.spec.ts:36:3 › Onboarding an existing user › mnemonic key validation: should show error for invalid mnemonic key words
[chromium] › specs/onboarding/onboarding.spec.ts:51:3 › Onboarding an existing user › mnemonic key validation: should not show error for valid mnemonic key words
[chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
[chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address
4 passed (10.1m)
|
Loading