1
0
forked from baron/baron-sso

adminfront 포맷 정리

This commit is contained in:
2026-06-05 21:03:00 +09:00
parent 9478944197
commit 57c05c9241

View File

@@ -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" })