forked from baron/baron-sso
연동 앱 페이지 UI 정리
This commit is contained in:
@@ -37,6 +37,7 @@ test("clients page loads correctly", async ({ page }) => {
|
||||
|
||||
// 페이지 내 주요 텍스트 확인
|
||||
await expect(page.getByText("연동 앱 목록")).toBeVisible();
|
||||
await expect(page.getByText("Total Applications", { exact: true })).toHaveCount(0);
|
||||
|
||||
// 테이블 헤더 확인
|
||||
await expect(
|
||||
|
||||
Reference in New Issue
Block a user