fix(E2E): add missing API mocks for invoices stats and portal billing #349
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user