This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
add smoke test script #2
Annotations
10 errors, 4 warnings, and 1 notice
[e2e] › home-documents.e2e.ts:3:5 › Onboarding With recovery phrase:
frontend/apps/desktop/tests/home-documents.e2e.ts#L1
1) [e2e] › home-documents.e2e.ts:3:5 › Onboarding With recovery phrase ───────────────────────────
Test timeout of 30000ms exceeded while setting up "homePage".
|
[e2e] › home-documents.e2e.ts:3:5 › Onboarding With recovery phrase:
frontend/apps/desktop/tests/home-documents.e2e.ts#L1
1) [e2e] › home-documents.e2e.ts:3:5 › Onboarding With recovery phrase ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "homePage".
|
[e2e] › home-documents.e2e.ts:3:5 › Onboarding With recovery phrase:
frontend/apps/desktop/tests/home-documents.e2e.ts#L1
1) [e2e] › home-documents.e2e.ts:3:5 › Onboarding With recovery phrase ───────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms 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#L19
2) [e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch › Secret Recovery phrase ─
Error: expect(received).toBeTruthy()
Received: ""
17 | let elCheck1 = await appWindow.locator('#check1')
18 | let elCheck2 = await appWindow.locator('#check2')
> 19 | await expect(phraseTxt).toBeTruthy()
| ^
20 | await expect(phraseTxt?.split(' ').length).toEqual(12)
21 | await expect(elNextBtn).toBeDisabled()
22 | await elCheck1.check()
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts:19:29
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts:13:3
|
[e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch:
frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts#L19
2) [e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch › Secret Recovery phrase ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: ""
17 | let elCheck1 = await appWindow.locator('#check1')
18 | let elCheck2 = await appWindow.locator('#check2')
> 19 | await expect(phraseTxt).toBeTruthy()
| ^
20 | await expect(phraseTxt?.split(' ').length).toEqual(12)
21 | await expect(elNextBtn).toBeDisabled()
22 | await elCheck1.check()
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts:19:29
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts:13:3
|
[e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch:
frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts#L19
2) [e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch › Secret Recovery phrase ─
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: ""
17 | let elCheck1 = await appWindow.locator('#check1')
18 | let elCheck2 = await appWindow.locator('#check2')
> 19 | await expect(phraseTxt).toBeTruthy()
| ^
20 | await expect(phraseTxt?.split(' ').length).toEqual(12)
21 | await expect(elNextBtn).toBeDisabled()
22 | await elCheck1.check()
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts:19:29
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-from-scratch.e2e.ts:13:3
|
[e2e] › onboarding-new-device.e2e.ts:5:5 › Onboarding by adding a new device to account:
frontend/apps/desktop/tests/onboarding-new-device.e2e.ts#L1
3) [e2e] › onboarding-new-device.e2e.ts:5:5 › Onboarding by adding a new device to account › Connect to Site
Test timeout of 30000ms exceeded.
|
[e2e] › onboarding-new-device.e2e.ts:5:5 › Onboarding by adding a new device to account:
frontend/apps/desktop/tests/onboarding-new-device.e2e.ts#L37
3) [e2e] › onboarding-new-device.e2e.ts:5:5 › Onboarding by adding a new device to account › Connect to Site
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('#btn-skip')
35 | let elSkipBtn = await appWindow.locator('#btn-skip')
36 | expect(elNextBtn).toBeInViewport()
> 37 | await elSkipBtn.click()
| ^
38 | })
39 | })
40 |
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-new-device.e2e.ts:37:21
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-new-device.e2e.ts:33:3
|
[e2e] › onboarding-new-device.e2e.ts:5:5 › Onboarding by adding a new device to account:
frontend/apps/desktop/tests/onboarding-new-device.e2e.ts#L1
3) [e2e] › onboarding-new-device.e2e.ts:5:5 › Onboarding by adding a new device to account › Connect to Site
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[e2e] › onboarding-new-device.e2e.ts:5:5 › Onboarding by adding a new device to account:
frontend/apps/desktop/tests/onboarding-new-device.e2e.ts#L37
3) [e2e] › onboarding-new-device.e2e.ts:5:5 › Onboarding by adding a new device to account › Connect to Site
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('#btn-skip')
35 | let elSkipBtn = await appWindow.locator('#btn-skip')
36 | expect(elNextBtn).toBeInViewport()
> 37 | await elSkipBtn.click()
| ^
38 | })
39 | })
40 |
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-new-device.e2e.ts:37:21
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-new-device.e2e.ts:33:3
|
Build macos-latest-xl @ x64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
frontend/apps/desktop/[e2e] › onboarding-with-secret.e2e.ts#L1
frontend/apps/desktop/[e2e] › onboarding-with-secret.e2e.ts took 1.5m
|
Slow Test:
frontend/apps/desktop/[e2e] › home-documents.e2e.ts#L1
frontend/apps/desktop/[e2e] › home-documents.e2e.ts took 1.5m
|
Slow Test:
frontend/apps/desktop/[e2e] › onboarding-new-device.e2e.ts#L1
frontend/apps/desktop/[e2e] › onboarding-new-device.e2e.ts took 1.5m
|
🎭 Playwright Run Summary
4 failed
[e2e] › home-documents.e2e.ts:3:5 › Onboarding With recovery phrase ────────────────────────────
[e2e] › onboarding-from-scratch.e2e.ts:5:5 › Onboarding from scratch ───────────────────────────
[e2e] › onboarding-new-device.e2e.ts:5:5 › Onboarding by adding a new device to account ────────
[e2e] › onboarding-with-secret.e2e.ts:5:5 › Onboarding With recovery phrase ────────────────────
|