Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a07f3d7b55 |
@@ -44,7 +44,7 @@ test.beforeEach(async ({ page }) => {
|
|||||||
json: { newClients: [], activeInPeriodCount: 0, churnRisk: [], churnRiskTotal: 0 },
|
json: { newClients: [], activeInPeriodCount: 0, churnRisk: [], churnRiskTotal: 0 },
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (url.includes("/api/invoices/stats/summary")) {
|
if (url.includes("/api/invoices/stats/summary")) {
|
||||||
return route.fulfill({
|
return route.fulfill({
|
||||||
json: {
|
json: {
|
||||||
revenueThisMonth: 0,
|
revenueThisMonth: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user