forked from baron/baron-sso
adminfront-tests 테넌트 트리 선택 selector를 고유 testid 기준으로 수정
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user