This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
tteesstt #1
Annotations
10 errors, 4 warnings, and 1 notice
Run Playwright tests:
frontend/apps/desktop/tests/home-documents.e2e.ts#L1
1) [e2e] › home-documents.e2e.ts:4:5 › Onboarding With recovery phrase ───────────────────────────
Test timeout of 30000ms exceeded while setting up "homePage".
|
Run Playwright tests:
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 30000ms exceeded while setting up "homePage".
|
Run Playwright tests:
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 30000ms exceeded while setting up "homePage".
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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 › Add new Device with Secret Recovery phrase
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
frontend/apps/desktop/tests/onboarding-new-device.e2e.ts#L22
3) [e2e] › onboarding-new-device.e2e.ts:5:5 › Onboarding by adding a new device to account › Add new Device with Secret Recovery phrase
Error: locator.check: Target page, context or browser has been closed
Call log:
- waiting for locator('#check1')
20 | await expect(elNextBtn).toBeDisabled()
21 | await elOwnWordsInput.fill('foo')
> 22 | await elCheck1.check()
| ^
23 | await expect(elNextBtn).not.toBeDisabled()
24 | await elNextBtn.click()
25 | await expect(await appWindow.locator('#mnemonics-error-box')).toBeVisible()
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-new-device.e2e.ts:22:20
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-new-device.e2e.ts:16:3
|
Run Playwright tests:
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 › Add new Device with Secret Recovery phrase
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
frontend/apps/desktop/tests/onboarding-new-device.e2e.ts#L22
3) [e2e] › onboarding-new-device.e2e.ts:5:5 › Onboarding by adding a new device to account › Add new Device with Secret Recovery phrase
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.check: Target page, context or browser has been closed
Call log:
- waiting for locator('#check1')
20 | await expect(elNextBtn).toBeDisabled()
21 | await elOwnWordsInput.fill('foo')
> 22 | await elCheck1.check()
| ^
23 | await expect(elNextBtn).not.toBeDisabled()
24 | await elNextBtn.click()
25 | await expect(await appWindow.locator('#mnemonics-error-box')).toBeVisible()
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-new-device.e2e.ts:22:20
at /Users/runner/work/mintter/mintter/frontend/apps/desktop/tests/onboarding-new-device.e2e.ts:16:3
|
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/.
|
Run Playwright tests:
frontend/apps/desktop/[e2e] › onboarding-new-device.e2e.ts#L1
frontend/apps/desktop/[e2e] › onboarding-new-device.e2e.ts took 1.5m
|
Run Playwright tests:
frontend/apps/desktop/[e2e] › onboarding-with-secret.e2e.ts#L1
frontend/apps/desktop/[e2e] › onboarding-with-secret.e2e.ts took 1.5m
|
Run Playwright tests:
frontend/apps/desktop/[e2e] › home-documents.e2e.ts#L1
frontend/apps/desktop/[e2e] › home-documents.e2e.ts took 1.5m
|
Run Playwright tests
4 failed
[e2e] › home-documents.e2e.ts:4: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 ────────────────────
|
The logs for this run have expired and are no longer available.
Loading