Skip to content

Commit c481641

Browse files
🎨 Auto format and update with pre-commit
1 parent a634189 commit c481641

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

frontend/tests/admin.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,7 @@ test.describe("Admin page access control", () => {
191191

192192
await page.goto("/admin")
193193

194-
await expect(
195-
page.getByRole("heading", { name: "Users" }),
196-
).not.toBeVisible()
194+
await expect(page.getByRole("heading", { name: "Users" })).not.toBeVisible()
197195
await expect(page).not.toHaveURL(/\/admin/)
198196
})
199197

0 commit comments

Comments
 (0)