This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
frontend: restrict desktop tests to frontend changes #6
Annotations
7 errors, 1 warning, and 1 notice
[e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch:
frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts#L1
1) [e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch › Wallet ─────────────────
Test timeout of 30000ms exceeded.
|
[e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch:
frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts#L48
1) [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 30000ms
- waiting for getByText('Your wallet is ready to use!')
46 | 'Your wallet is ready to use!',
47 | )
> 48 | await expect(elWalletSuccessMssg).toBeVisible()
| ^
49 | expect(elNextBtn).toBeInViewport()
50 | await elNextBtn.click()
51 | })
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts:48: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
1) [e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch › Wallet ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch:
frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts#L48
1) [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 30000ms
- waiting for getByText('Your wallet is ready to use!')
46 | 'Your wallet is ready to use!',
47 | )
> 48 | await expect(elWalletSuccessMssg).toBeVisible()
| ^
49 | expect(elNextBtn).toBeInViewport()
50 | await elNextBtn.click()
51 | })
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts:48: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
1) [e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch › Wallet ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch:
frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts#L48
1) [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 30000ms
- waiting for getByText('Your wallet is ready to use!')
46 | 'Your wallet is ready to use!',
47 | )
> 48 | await expect(elWalletSuccessMssg).toBeVisible()
| ^
49 | expect(elNextBtn).toBeInViewport()
50 | await elNextBtn.click()
51 | })
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts:48: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 1.5m
|
🎭 Playwright Run Summary
1 failed
[e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch ───────────────────────────
3 passed (1.9m)
|