add agent warning and update style (#6629)

This commit is contained in:
EthanHealy01
2026-06-11 21:55:51 +01:00
committed by GitHub
parent eddc54c6c0
commit b756b5befb
5 changed files with 291 additions and 218 deletions
@@ -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);