fix(deps): update dependency @mui/x-date-pickers to v7.10.0 #4860
Annotations
1 error, 2 warnings, and 1 notice
[Google Chrome] › journals.spec.ts:11:5 › add journal:
tests/src/utils/navigateTo.ts#L10
1) [Google Chrome] › journals.spec.ts:11:5 › add journal, update journal ─────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('tab', { name: 'Entries' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('tab', { name: 'Entries' })
at ../src/utils/navigateTo.ts:10
8 | await page.waitForURL((url) => url.pathname === "/");
9 |
> 10 | await expect(page.getByRole("tab", { name: "Entries" })).toBeVisible();
| ^
11 | await expect(page.getByRole("tab", { name: "Journals" })).toBeVisible();
12 | await expect(page.getByRole("tab", { name: "Scheduled" })).toBeVisible();
13 | }
at navigateToHome (/home/runner/work/engraved/engraved/tests/src/utils/navigateTo.ts:10:60)
at /home/runner/work/engraved/engraved/tests/tests/journals.spec.ts:35:3
|
Build App:
app/src/components/details/scraps/ScrapContextProvider.tsx#L73
React Hook useEffect has missing dependencies: 'isEditMode' and 'isQuickAdd'. Either include them or remove the dependency array
|
Build App:
app/src/serverApi/reactQuery/mutations/useUpsertEntryMutation.tsx#L145
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
🎭 Playwright Run Summary
1 flaky
[Google Chrome] › journals.spec.ts:11:5 › add journal, update journal ──────────────────────────
11 passed (1.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
app
Expired
|
761 KB |
|