1
0
forked from baron/baron-sso

병합 이후 검토 적용

This commit is contained in:
2026-06-15 20:28:10 +09:00
parent 202c783920
commit 35284d72ed
35 changed files with 996 additions and 62 deletions

View File

@@ -143,7 +143,7 @@ test.describe("DevFront RP claim cache", () => {
.click();
await expect(
page.getByText("offline_access", { exact: true }),
page.getByRole("button", { name: /offline_access/ }),
).toBeVisible();
await expect(
page.getByRole("button", { name: /employee_code/ }),