forked from baron/baron-sso
Stabilize adminfront tenant tests
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user