forked from baron/baron-sso
i18n 누락 키 추가 및 로케일 템플릿 동기화
This commit is contained in:
@@ -7,9 +7,7 @@ import {
|
||||
|
||||
test.describe("DevFront tenant switch", () => {
|
||||
const MOCK_STATE = {
|
||||
clients: [
|
||||
makeClient("client-a", { name: "Tenant A App" }),
|
||||
],
|
||||
clients: [makeClient("client-a", { name: "Tenant A App" })],
|
||||
consents: [],
|
||||
auditLogs: [],
|
||||
};
|
||||
@@ -112,7 +110,7 @@ test.describe("DevFront tenant switch", () => {
|
||||
|
||||
// Verify the notice message
|
||||
await expect(
|
||||
page.getByText("단일 테넌트에 소속되어 전환할 필요가 없습니다.")
|
||||
page.getByText("단일 테넌트에 소속되어 전환할 필요가 없습니다."),
|
||||
).toBeVisible();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user