mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 03:20:46 +02:00
add agent warning and update style (#6629)
This commit is contained in:
@@ -43,7 +43,10 @@ test.describe("Policy editing gate — non-admin (login on)", () => {
|
||||
});
|
||||
|
||||
test.describe("Policy editing gate — admin (login on)", () => {
|
||||
test.use({ stubOptions: { enableLogin: true, isAdmin: true }, seedJwt: true });
|
||||
test.use({
|
||||
stubOptions: { enableLogin: true, isAdmin: true },
|
||||
seedJwt: true,
|
||||
});
|
||||
|
||||
test("admin can reach the setup wizard", async ({ page }) => {
|
||||
await openSecurityPolicy(page);
|
||||
|
||||
Reference in New Issue
Block a user