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.getByPlaceholder(/이름 또는 슬러그, ID 검색|search/i).fill("");
|
||||||
await page
|
await page
|
||||||
.locator("tbody tr")
|
.getByTestId("tenant-internal-id-dept-1")
|
||||||
.filter({ hasText: "Planning" })
|
.locator("xpath=ancestor::tr")
|
||||||
.getByRole("checkbox")
|
.getByRole("checkbox")
|
||||||
.click();
|
.click();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user