diff --git a/apps/e2e/tests/navigation.spec.ts b/apps/e2e/tests/navigation.spec.ts index b67cc1c..dc9b4aa 100644 --- a/apps/e2e/tests/navigation.spec.ts +++ b/apps/e2e/tests/navigation.spec.ts @@ -54,7 +54,7 @@ test.beforeEach(async ({ page }) => { }, }); } -if (url.includes("/api/invoices")) { + if (url.includes("/api/invoices")) { return route.fulfill({ json: { data: [], total: 0 } }); } // Appointments, clients, services, staff, book, etc.