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