forked from baron/baron-sso
adminfront 포맷 정리
This commit is contained in:
@@ -194,9 +194,7 @@ test.describe("Tenants Management", () => {
|
||||
.fill("team-1");
|
||||
await expect(page.locator("table")).toContainText("Platform");
|
||||
|
||||
await page
|
||||
.getByPlaceholder(/이름 또는 슬러그, ID 검색|search/i)
|
||||
.fill("");
|
||||
await page.getByPlaceholder(/이름 또는 슬러그, ID 검색|search/i).fill("");
|
||||
await page
|
||||
.locator("tbody tr")
|
||||
.filter({ hasText: "Planning" })
|
||||
|
||||
Reference in New Issue
Block a user