forked from baron/baron-sso
userfront-e2e-tests 오류 수정
This commit is contained in:
@@ -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");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user