1
0
forked from baron/baron-sso

커스텀 클레임 test 코드 추가

This commit is contained in:
2026-04-28 17:47:55 +09:00
parent 20afede89c
commit e484d8c100
2 changed files with 156 additions and 1 deletions

View File

@@ -147,7 +147,9 @@ test.describe("DevFront developer request and management", () => {
await nameInput.fill("E2E Test RP");
await nameInput.press("Tab");
const uriInput = page.locator("textarea.font-mono");
const uriInput = page.getByRole("textbox", {
name: /Redirect URIs|인증 콜백 URL|Callback/i,
});
await uriInput.fill("https://example.com/callback");
await uriInput.press("Tab");