This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
frontend: change test matrix to mac only #2
Annotations
10 errors, 2 warnings, and 1 notice
[e2e] › home-documents.e2e.ts:4:5 › Onboarding With recovery phrase:
frontend/apps/desktop/tests/home-documents.e2e.ts#L1
1) [e2e] › home-documents.e2e.ts:4:5 › Onboarding With recovery phrase ───────────────────────────
Test timeout of 10000ms exceeded while setting up "homePage".
|
[e2e] › home-documents.e2e.ts:4:5 › Onboarding With recovery phrase:
frontend/apps/desktop/tests/home-documents.e2e.ts#L1
1) [e2e] › home-documents.e2e.ts:4:5 › Onboarding With recovery phrase ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 10000ms exceeded while setting up "homePage".
|
[e2e] › home-documents.e2e.ts:4:5 › Onboarding With recovery phrase:
frontend/apps/desktop/tests/home-documents.e2e.ts#L1
1) [e2e] › home-documents.e2e.ts:4:5 › Onboarding With recovery phrase ───────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 10000ms exceeded while setting up "homePage".
|
[e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch:
frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts#L1
2) [e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch › Wallet ─────────────────
Test timeout of 10000ms exceeded.
|
[e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch:
frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts#L46
2) [e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch › Wallet ─────────────────
Error: expect(locator).toBeVisible()
Locator: getByText('Your wallet is ready to use!')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText('Your wallet is ready to use!')
44 | 'Your wallet is ready to use!',
45 | )
> 46 | await expect(elWalletSuccessMssg).toBeVisible()
| ^
47 | expect(elNextBtn).toBeInViewport()
48 | await elNextBtn.click()
49 | })
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts:46:39
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts:39:3
|
[e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch:
frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts#L1
2) [e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch › Wallet ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 10000ms exceeded.
|
[e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch:
frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts#L46
2) [e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch › Wallet ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByText('Your wallet is ready to use!')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText('Your wallet is ready to use!')
44 | 'Your wallet is ready to use!',
45 | )
> 46 | await expect(elWalletSuccessMssg).toBeVisible()
| ^
47 | expect(elNextBtn).toBeInViewport()
48 | await elNextBtn.click()
49 | })
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts:46:39
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts:39:3
|
[e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch:
frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts#L1
2) [e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch › Wallet ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 10000ms exceeded.
|
[e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch:
frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts#L46
2) [e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch › Wallet ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByText('Your wallet is ready to use!')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText('Your wallet is ready to use!')
44 | 'Your wallet is ready to use!',
45 | )
> 46 | await expect(elWalletSuccessMssg).toBeVisible()
| ^
47 | expect(elNextBtn).toBeInViewport()
48 | await elNextBtn.click()
49 | })
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts:46:39
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts:39:3
|
Test on macos-latest-xl @ x64
Process completed with exit code 1.
|
Slow Test:
frontend/apps/desktop/[e2e] › onboarding-from-scratch.e2e.ts#L1
frontend/apps/desktop/[e2e] › onboarding-from-scratch.e2e.ts took 30.0s
|
Slow Test:
frontend/apps/desktop/[e2e] › home-documents.e2e.ts#L1
frontend/apps/desktop/[e2e] › home-documents.e2e.ts took 30.0s
|
🎭 Playwright Run Summary
2 failed
[e2e] › home-documents.e2e.ts:4:5 › Onboarding With recovery phrase ────────────────────────────
[e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch ───────────────────────────
2 passed (1.2m)
|