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