fix: allow groomer role to access invoices endpoint #342

Closed
groombook-engineer[bot] wants to merge 3 commits from fix/gro-805-allow-groomer-invoices into dev
Showing only changes of commit 0019511061 - Show all commits
+1
View File
@@ -85,6 +85,7 @@ test("admin staff page loads", async ({ page }) => {
test("admin invoices page loads", async ({ page }) => {
await page.goto("/admin/invoices");
await page.waitForLoadState("domcontentloaded");
await expect(page.getByText("GroomBook")).toBeVisible();
await expect(page.getByRole("link", { name: "Invoices" })).toBeVisible();
});