fix: 검색 옵션 시나리오 4개 수정 + acc-3 분할

- acc-3: 6페이지 120s 타임아웃 → acc-3(3p) + acc-4(3p) 분할
- production: 메뉴명 수정 (작업지시 관리, 작업실적, 품목관리)
- sales: 매출관리 제거 (회계관리 소속), 첫 페이지 거래처관리로 변경
- settings: 직급/권한관리 wait_for_table → wait (비표준 테이블)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-12 07:35:54 +09:00
parent 86b2ade39c
commit 8a63b4193b
5 changed files with 128 additions and 169 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "search-options-settings",
"name": "검색 옵션 전수 테스트: 설정 (10/10)",
"version": "1.0.0",
"name": "검색 옵션 전수 테스트: 설정 (10/11)",
"version": "1.0.1",
"auth": {
"role": "admin"
},
@@ -100,9 +100,9 @@
},
{
"id": 14,
"name": "[설정 > 직급관리] 테이블 로드 대기",
"action": "wait_for_table",
"timeout": 5000
"name": "[설정 > 직급관리] 콘텐츠 로드 대기",
"action": "wait",
"timeout": 3000
},
{
"id": 15,
@@ -126,9 +126,9 @@
},
{
"id": 18,
"name": "[설정 > 권한관리] 테이블 로드 대기",
"action": "wait_for_table",
"timeout": 5000
"name": "[설정 > 권한관리] 콘텐츠 로드 대기",
"action": "wait",
"timeout": 3000
},
{
"id": 19,