1
0
forked from baron/baron-sso

af 오류 수정정

This commit is contained in:
2026-02-27 14:05:45 +09:00
parent 497ffff216
commit 6d9899acbb
3 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ test.describe("Tenants Management", () => {
});
await page.goto("/tenants");
await expect(page.locator("h2")).toContainText("테넌트 레지스트리");
await expect(page.locator("h2")).toContainText("테넌트 목록");
await expect(page.locator("table")).toContainText("Tenant A");
});