fix(deps): update dependency @types/node to v20.17.7 #5806
Annotations
8 errors, 7 warnings, and 1 notice
[Google Chrome] › layout.spec.ts:16:5 › does display floating actions if necessary (on scroll down):
tests/tests/layout.spec.ts#L1
1) [Google Chrome] › layout.spec.ts:16:5 › does display floating actions if necessary (on scroll down)
Test timeout of 30000ms exceeded.
|
[Google Chrome] › layout.spec.ts:16:5 › does display floating actions if necessary (on scroll down):
tests/src/poms/addJournalPage.ts#L24
1) [Google Chrome] › layout.spec.ts:16:5 › does display floating actions if necessary (on scroll down)
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
at ../src/poms/addJournalPage.ts:24
22 | async clickSave() {
23 | await this.page.getByRole("button", { name: "Create" }).click();
> 24 | await this.page.waitForURL(/journals\/(?!create)/);
| ^
25 |
26 | return new MetricJournalPage(this.page);
27 | }
at AddJournalPage.clickSave (/home/runner/work/engraved/engraved/tests/src/poms/addJournalPage.ts:24:21)
at addNewJournal (/home/runner/work/engraved/engraved/tests/src/utils/addNewJournal.ts:19:10)
at /home/runner/work/engraved/engraved/tests/tests/layout.spec.ts:21:5
|
[Google Chrome] › layout.spec.ts:16:5 › does display floating actions if necessary (on scroll down):
tests/tests/layout.spec.ts#L1
1) [Google Chrome] › layout.spec.ts:16:5 › does display floating actions if necessary (on scroll down)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Google Chrome] › layout.spec.ts:16:5 › does display floating actions if necessary (on scroll down):
tests/src/poms/addJournalPage.ts#L24
1) [Google Chrome] › layout.spec.ts:16:5 › does display floating actions if necessary (on scroll down)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
at ../src/poms/addJournalPage.ts:24
22 | async clickSave() {
23 | await this.page.getByRole("button", { name: "Create" }).click();
> 24 | await this.page.waitForURL(/journals\/(?!create)/);
| ^
25 |
26 | return new MetricJournalPage(this.page);
27 | }
at AddJournalPage.clickSave (/home/runner/work/engraved/engraved/tests/src/poms/addJournalPage.ts:24:21)
at addNewJournal (/home/runner/work/engraved/engraved/tests/src/utils/addNewJournal.ts:19:10)
at /home/runner/work/engraved/engraved/tests/tests/layout.spec.ts:21:5
|
[Google Chrome] › schedule.spec.ts:14:5 › add schedule to entry and mark as done:
tests/tests/schedule.spec.ts#L1
2) [Google Chrome] › schedule.spec.ts:14:5 › add schedule to entry and mark as done ──────────────
Test timeout of 30000ms exceeded.
|
[Google Chrome] › schedule.spec.ts:14:5 › add schedule to entry and mark as done:
tests/src/poms/addJournalPage.ts#L24
2) [Google Chrome] › schedule.spec.ts:14:5 › add schedule to entry and mark as done ──────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
at ../src/poms/addJournalPage.ts:24
22 | async clickSave() {
23 | await this.page.getByRole("button", { name: "Create" }).click();
> 24 | await this.page.waitForURL(/journals\/(?!create)/);
| ^
25 |
26 | return new MetricJournalPage(this.page);
27 | }
at AddJournalPage.clickSave (/home/runner/work/engraved/engraved/tests/src/poms/addJournalPage.ts:24:21)
at addNewJournal (/home/runner/work/engraved/engraved/tests/src/utils/addNewJournal.ts:19:10)
at /home/runner/work/engraved/engraved/tests/tests/schedule.spec.ts:15:23
|
[Google Chrome] › schedule.spec.ts:14:5 › add schedule to entry and mark as done:
tests/tests/schedule.spec.ts#L1
2) [Google Chrome] › schedule.spec.ts:14:5 › add schedule to entry and mark as done ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Google Chrome] › schedule.spec.ts:14:5 › add schedule to entry and mark as done:
tests/src/poms/addJournalPage.ts#L24
2) [Google Chrome] › schedule.spec.ts:14:5 › add schedule to entry and mark as done ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
at ../src/poms/addJournalPage.ts:24
22 | async clickSave() {
23 | await this.page.getByRole("button", { name: "Create" }).click();
> 24 | await this.page.waitForURL(/journals\/(?!create)/);
| ^
25 |
26 | return new MetricJournalPage(this.page);
27 | }
at AddJournalPage.clickSave (/home/runner/work/engraved/engraved/tests/src/poms/addJournalPage.ts:24:21)
at addNewJournal (/home/runner/work/engraved/engraved/tests/src/utils/addNewJournal.ts:19:10)
at /home/runner/work/engraved/engraved/tests/tests/schedule.spec.ts:15:23
|
Build App:
app/src/components/details/JournalViewPage.tsx#L77
React Hook useEffect has a missing dependency: 'dateFilter'. Either include it or remove the dependency array
|
Build App:
app/src/components/overview/journals/useJournalProperties.tsx#L77
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
Build App:
app/src/components/overview/overviewList/wrappers/useOverviewCollection.ts#L36
The 'onIndexChange' function makes the dependencies of useMemo Hook (at line 17) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'onIndexChange' in its own useCallback() Hook
|
E2E Tests / Run Tests
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
E2E Tests / Run Tests
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
E2E Tests / Run Tests
Non-nullable property 'TagNames' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
E2E Tests / Run Tests
Non-nullable property 'JournalId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
🎭 Playwright Run Summary
2 flaky
[Google Chrome] › layout.spec.ts:16:5 › does display floating actions if necessary (on scroll down)
[Google Chrome] › schedule.spec.ts:14:5 › add schedule to entry and mark as done ───────────────
10 passed (2.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
app
|
771 KB |
|