forked from baron/baron-sso
i18n 누락 키 추가 및 로케일 템플릿 동기화
This commit is contained in:
@@ -82,7 +82,9 @@ test.describe("DevFront security and isolation", () => {
|
||||
});
|
||||
|
||||
await page.goto("/clients");
|
||||
await expect(page.getByText(/RP 관리자는|RP administrators can only access/i)).toBeVisible();
|
||||
await expect(
|
||||
page.getByText(/RP 관리자는|RP administrators can only access/i),
|
||||
).toBeVisible();
|
||||
});
|
||||
|
||||
test("tenant_admin receives 403 on audit logs and sees ForbiddenMessage", async ({
|
||||
|
||||
Reference in New Issue
Block a user