forked from baron/baron-sso
adminfront-tests 테넌트 타입 라벨 검증을 현재 UI에 맞게 수정
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user