1
0
forked from baron/baron-sso

Playwright 테스트 내 '연동 앱 목록' 문구 수정 반영

This commit is contained in:
2026-02-23 09:40:53 +09:00
parent c53f7b86db
commit a5b5b3bf8c

View File

@@ -68,7 +68,7 @@ test("clients page loads correctly", async ({ page }) => {
await expect(page).toHaveTitle(/바론 개발자 서비스/);
// 페이지 내 주요 텍스트 확인
await expect(page.getByText("클라이언트 목록")).toBeVisible();
await expect(page.getByText("연동 앱 목록")).toBeVisible();
// 테이블 헤더 확인
await expect(