forked from baron/baron-sso
Trusted RP 명칭을 Headless Login으로 일괄 변경
This commit is contained in:
@@ -123,7 +123,7 @@ test.describe("DevFront clients lifecycle", () => {
|
||||
).toHaveValue(/https:\/\/after\.example\.com\/callback/);
|
||||
});
|
||||
|
||||
test("pkce trusted rp with inline ssh-rsa key should persist mapped payload", async ({
|
||||
test("pkce headless login with inline ssh-rsa key should persist mapped payload", async ({
|
||||
page,
|
||||
}) => {
|
||||
const state = {
|
||||
@@ -139,7 +139,7 @@ test.describe("DevFront clients lifecycle", () => {
|
||||
|
||||
await page
|
||||
.getByRole("switch", {
|
||||
name: /Trusted RP \(자체 로그인 UI 사용\)|Trusted RP \(Custom Login UI\)/i,
|
||||
name: /Headless Login \(자체 로그인 UI 사용\)|Headless Login \(Custom Login UI\)/i,
|
||||
})
|
||||
.click();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user