1
0
forked from baron/baron-sso

Format devfront auto login test

This commit is contained in:
2026-04-30 16:02:39 +09:00
parent 790be37930
commit 7d893431d1

View File

@@ -273,7 +273,9 @@ test.describe("DevFront clients lifecycle", () => {
).toHaveValue(jwksUri);
});
test("auto login settings are stored in client metadata", async ({ page }) => {
test("auto login settings are stored in client metadata", async ({
page,
}) => {
const autoLoginUrl = "https://rp.example.com/login?auto=1";
const state = {
clients: [makeClient("client-auto-login", { name: "Auto Login app" })],