forked from baron/baron-sso
Format devfront auto login test
This commit is contained in:
@@ -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" })],
|
||||
|
||||
Reference in New Issue
Block a user