fix(gro-558): add paginated mock for /api/invoices #261

Merged
groombook-engineer[bot] merged 2 commits from fix/gro-531-social-login into main 2026-04-11 16:38:51 +00:00
Showing only changes of commit fb892cadad - Show all commits
+1
View File
@@ -82,6 +82,7 @@ test("admin staff page loads", async ({ page }) => {
test("admin invoices page loads", async ({ page }) => {
await page.goto("/admin/invoices");
await page.waitForLoadState("networkidle");
await expect(page.getByText("GroomBook")).toBeVisible();
await expect(page.getByRole("link", { name: "Invoices" })).toBeVisible();
});