1
0
forked from baron/baron-sso

adminfront-tests 테넌트 트리 선택 selector를 고유 testid 기준으로 수정

This commit is contained in:
2026-06-05 21:07:27 +09:00
parent 57c05c9241
commit b8c1b116b1

View File

@@ -196,8 +196,8 @@ test.describe("Tenants Management", () => {
await page.getByPlaceholder(/이름 또는 슬러그, ID 검색|search/i).fill("");
await page
.locator("tbody tr")
.filter({ hasText: "Planning" })
.getByTestId("tenant-internal-id-dept-1")
.locator("xpath=ancestor::tr")
.getByRole("checkbox")
.click();