forked from baron/baron-sso
Playwright 테스트 내 '연동 앱 목록' 문구 수정 반영
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user