From 12bbd98f268c495a138cd7da3b693de6eb861f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sat, 14 Feb 2026 13:26:41 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B6=80=EC=84=9C=EA=B4=80=EB=A6=AC/?= =?UTF-8?q?=ED=92=88=EB=AA=A9=EA=B4=80=EB=A6=AC=20wait=5Ffor=5Ftable=20?= =?UTF-8?q?=E2=86=92=20wait=5Ffor=5Felement=20=EC=88=98=EC=A0=95=20(?= =?UTF-8?q?=ED=85=8C=EC=9D=B4=EB=B8=94=20=EB=AF=B8=EC=82=AC=EC=9A=A9=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a11y-hr-department.json | 9 +++++---- a11y-prod-item.json | 9 +++++---- perf-hr-department.json | 9 +++++---- perf-prod-item.json | 9 +++++---- 4 files changed, 20 insertions(+), 16 deletions(-) diff --git a/a11y-hr-department.json b/a11y-hr-department.json index e8c71ed..d2d4cfe 100644 --- a/a11y-hr-department.json +++ b/a11y-hr-department.json @@ -1,7 +1,7 @@ { "id": "a11y-hr-department", "name": "접근성 검사: 인사관리 > 부서관리", - "version": "1.0.0", + "version": "1.1.0", "auth": { "role": "admin" }, @@ -22,9 +22,10 @@ }, { "id": 2, - "name": "테이블/콘텐츠 로드 대기", - "action": "wait_for_table", - "timeout": 20000 + "name": "페이지 콘텐츠 로드 확인", + "action": "wait_for_element", + "target": "text=부서관리", + "timeout": 10000 }, { "id": 3, diff --git a/a11y-prod-item.json b/a11y-prod-item.json index ba2a034..fee0edc 100644 --- a/a11y-prod-item.json +++ b/a11y-prod-item.json @@ -1,7 +1,7 @@ { "id": "a11y-prod-item", "name": "접근성 검사: 생산관리 > 품목관리", - "version": "1.0.0", + "version": "1.1.0", "auth": { "role": "admin" }, @@ -22,9 +22,10 @@ }, { "id": 2, - "name": "테이블/콘텐츠 로드 대기", - "action": "wait_for_table", - "timeout": 20000 + "name": "페이지 콘텐츠 로드 확인", + "action": "wait_for_element", + "target": "text=품목기준관리", + "timeout": 10000 }, { "id": 3, diff --git a/perf-hr-department.json b/perf-hr-department.json index 6ebd28e..cf9fd18 100644 --- a/perf-hr-department.json +++ b/perf-hr-department.json @@ -1,7 +1,7 @@ { "id": "perf-hr-department", "name": "성능 측정: 인사관리 > 부서관리", - "version": "1.0.0", + "version": "1.1.0", "auth": { "role": "admin" }, @@ -22,9 +22,10 @@ }, { "id": 2, - "name": "테이블 로드 대기", - "action": "wait_for_table", - "timeout": 20000 + "name": "페이지 콘텐츠 로드 확인", + "action": "wait_for_element", + "target": "text=부서관리", + "timeout": 10000 }, { "id": 3, diff --git a/perf-prod-item.json b/perf-prod-item.json index 1c541d9..cd1c05b 100644 --- a/perf-prod-item.json +++ b/perf-prod-item.json @@ -1,7 +1,7 @@ { "id": "perf-prod-item", "name": "성능 측정: 생산관리 > 품목관리", - "version": "1.0.0", + "version": "1.1.0", "auth": { "role": "admin" }, @@ -22,9 +22,10 @@ }, { "id": 2, - "name": "테이블 로드 대기", - "action": "wait_for_table", - "timeout": 20000 + "name": "페이지 콘텐츠 로드 확인", + "action": "wait_for_element", + "target": "text=품목기준관리", + "timeout": 10000 }, { "id": 3,