Full page extension views, containers, shared headers + footers #4070
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
playwright.yml
on: pull_request
Matrix: test
Merge reports
2m 52s
Annotations
15 errors and 7 notices
[chromium] › specs/fund/fund.spec.ts:12:7 › Buy tokens test › should redirect to provider URL while funding STX:
tests/specs/fund/fund.spec.ts#L6
1) [chromium] › specs/fund/fund.spec.ts:12:7 › Buy tokens test › should redirect to provider URL while funding STX
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Buy tokens test', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, homePage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.goToFundChooseCurrencyPage();
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:6:8
|
[chromium] › specs/onboarding/onboarding.spec.ts:85:11 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
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
|
[chromium] › specs/onboarding/onboarding.spec.ts:85:11 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
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
|
[chromium] › specs/onboarding/onboarding.spec.ts:85:11 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
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
|
Shard 3 of 8
Process completed with exit code 1.
|
[chromium] › specs/swap/swap.spec.ts:14:7 › Swaps › that it defaults to swapping STX:
tests/specs/swap/swap.spec.ts#L6
1) [chromium] › specs/swap/swap.spec.ts:14:7 › Swaps › that it defaults to swapping STX ──────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Swaps', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, swapPage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.enableTestMode();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:6:8
|
[chromium] › specs/swap/swap.spec.ts:14:7 › Swaps › that it defaults to swapping STX:
tests/specs/swap/swap.spec.ts#L6
1) [chromium] › specs/swap/swap.spec.ts:14:7 › Swaps › that it defaults to swapping STX ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Swaps', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, swapPage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.enableTestMode();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:6:8
|
[chromium] › specs/swap/swap.spec.ts:14:7 › Swaps › that it defaults to swapping STX:
tests/specs/swap/swap.spec.ts#L6
1) [chromium] › specs/swap/swap.spec.ts:14:7 › Swaps › that it defaults to swapping STX ──────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Swaps', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, swapPage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.enableTestMode();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:6:8
|
[chromium] › specs/swap/swap.spec.ts:18:7 › Swaps › that it shows correct swap review details:
tests/specs/swap/swap.spec.ts#L6
2) [chromium] › specs/swap/swap.spec.ts:18:7 › Swaps › that it shows correct swap review details ─
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Swaps', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, swapPage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.enableTestMode();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:6:8
|
[chromium] › specs/swap/swap.spec.ts:18:7 › Swaps › that it shows correct swap review details:
tests/specs/swap/swap.spec.ts#L6
2) [chromium] › specs/swap/swap.spec.ts:18:7 › Swaps › that it shows correct swap review details ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Swaps', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, swapPage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.enableTestMode();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:6:8
|
[chromium] › specs/swap/swap.spec.ts:18:7 › Swaps › that it shows correct swap review details:
tests/specs/swap/swap.spec.ts#L6
2) [chromium] › specs/swap/swap.spec.ts:18:7 › Swaps › that it shows correct swap review details ─
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Swaps', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, swapPage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.enableTestMode();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:6:8
|
[chromium] › specs/swap/swap.spec.ts:39:7 › Swaps › that the swap is broadcast:
tests/specs/swap/swap.spec.ts#L6
3) [chromium] › specs/swap/swap.spec.ts:39:7 › Swaps › that the swap is broadcast ────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Swaps', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, swapPage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.enableTestMode();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:6:8
|
[chromium] › specs/swap/swap.spec.ts:39:7 › Swaps › that the swap is broadcast:
tests/specs/swap/swap.spec.ts#L6
3) [chromium] › specs/swap/swap.spec.ts:39:7 › Swaps › that the swap is broadcast ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Swaps', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, swapPage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.enableTestMode();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:6:8
|
[chromium] › specs/swap/swap.spec.ts:39:7 › Swaps › that the swap is broadcast:
tests/specs/swap/swap.spec.ts#L6
3) [chromium] › specs/swap/swap.spec.ts:39:7 › Swaps › that the swap is broadcast ────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Swaps', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, swapPage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.enableTestMode();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:6:8
|
Shard 8 of 8
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/fund/fund.spec.ts:12:7 › Buy tokens test › should redirect to provider URL while funding STX
3 skipped
4 passed (1.1m)
|
🎭 Playwright Run Summary
8 passed (1.3m)
|
🎭 Playwright Run Summary
7 passed (1.3m)
|
🎭 Playwright Run Summary
15 passed (52.7s)
|
🎭 Playwright Run Summary
7 passed (57.2s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › specs/onboarding/onboarding.spec.ts:85:11 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
8 passed (2.0m)
|
🎭 Playwright Run Summary
3 failed
[chromium] › specs/swap/swap.spec.ts:14:7 › Swaps › that it defaults to swapping STX ───────────
[chromium] › specs/swap/swap.spec.ts:18:7 › Swaps › that it shows correct swap review details ──
[chromium] › specs/swap/swap.spec.ts:39:7 › Swaps › that the swap is broadcast ─────────────────
4 passed (5.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
38.7 MB |
|