forked from baron/baron-sso
code-check 오류 수정
This commit is contained in:
@@ -25,7 +25,11 @@ test.describe("DevFront security and isolation", () => {
|
||||
await installDevApiMock(page, state);
|
||||
|
||||
await page.goto("/clients/tenant-b-client");
|
||||
await expect(page.getByText(/Error loading client|조회/i)).toBeVisible();
|
||||
await expect(
|
||||
page.getByText(
|
||||
/Error loading (app|client)|앱 정보를 불러오지 못했습니다|클라이언트 정보를 불러오지 못했습니다/i,
|
||||
),
|
||||
).toBeVisible();
|
||||
});
|
||||
|
||||
test("RBAC: non-AppManager user should not see private apps", async ({
|
||||
|
||||
Reference in New Issue
Block a user