1
0
forked from baron/baron-sso

Stabilize adminfront tenant tests

This commit is contained in:
2026-04-30 16:17:14 +09:00
parent c6190bbab6
commit ef679d41ea
7 changed files with 18 additions and 10 deletions

View File

@@ -95,7 +95,7 @@ test.describe("Tenant Schema Management", () => {
.fill("emp_no");
await page.getByPlaceholder("예: 사번").fill("사번");
const indexedCheckbox = page.getByLabel("검색 인덱스 필요");
const indexedCheckbox = page.getByLabel(/검색 인덱스 필요|조회 인덱스/);
await expect(indexedCheckbox).not.toBeChecked();
await expect(indexedCheckbox).toBeEnabled();