1
0
forked from baron/baron-sso

테넌트 페이지 타이틀/박스 타이틀 보조 문구 로케일 수정

This commit is contained in:
2026-05-18 16:04:46 +09:00
parent a1f3604b24
commit c9664b5844
5 changed files with 11 additions and 9 deletions

View File

@@ -236,7 +236,9 @@ test.describe("Tenants Management", () => {
await page.goto("/tenants");
await expect(page.getByText("총 501개 테넌트")).toBeVisible();
await expect(
page.getByText("총 501개의 테넌트가 등록되어 있습니다."),
).toBeVisible();
await expect(page.getByRole("button", { name: "더 불러오기" })).toHaveCount(
0,
);