forked from baron/baron-sso
headless login으로 리펙토링
This commit is contained in:
@@ -124,18 +124,18 @@ test.describe("DevFront clients lifecycle", () => {
|
||||
});
|
||||
|
||||
test("pkce headless login with inline ssh-rsa key should persist mapped payload", async ({
|
||||
page,
|
||||
page,
|
||||
}) => {
|
||||
const state = {
|
||||
clients: [
|
||||
makeClient("client-trusted", { name: "Trusted App", type: "pkce" }),
|
||||
makeClient("client-headless-login", { name: "Headless Login App", type: "pkce" }),
|
||||
],
|
||||
consents: [] as Consent[],
|
||||
auditLogsByCursor: undefined,
|
||||
};
|
||||
await installDevApiMock(page, state);
|
||||
|
||||
await page.goto("/clients/client-trusted/settings");
|
||||
await page.goto("/clients/client-headless-login/settings");
|
||||
|
||||
await page
|
||||
.getByRole("switch", {
|
||||
|
||||
Reference in New Issue
Block a user