1
0
forked from baron/baron-sso

userfront-e2e-tests 오류 수정

This commit is contained in:
2026-02-27 13:53:26 +09:00
parent 77af59b7a8
commit 497ffff216
7 changed files with 34 additions and 37 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");
});