1
0
forked from baron/baron-sso

adminfront-tests 테넌트 타입 라벨 검증을 현재 UI에 맞게 수정

This commit is contained in:
2026-06-05 20:48:39 +09:00
parent 9803108de2
commit 06d2b71e25

View File

@@ -111,7 +111,7 @@ test.describe("Tenants Management", () => {
page.getByTestId(`tenant-internal-id-${internalTenantId}`),
).toHaveText("c5839444-2de0-4a37-99b0-...");
await expect(page.locator("table")).toContainText("COMPANY");
await expect(page.locator("table")).not.toContainText("일반 기업");
await expect(page.locator("table")).toContainText("일반 기업");
const headerWhiteSpace = await page
.locator("table thead th")