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,