fix: 회계 관련 E2E 시나리오 셀렉터 수정
- deposit-management: '계정과목명 드롭다운' → '계정과목명', '거래처 드롭다운' → '거래처', '입금 유형 드롭다운' → '입금 유형' - withdrawal-management: 동일 패턴 수정 (계정과목명, 거래처, 출금 유형) - accounting-receivable: :has-text() 셀렉터를 plain text로 변환 (목록, 엑셀, 미수금액, 연체) - accounting-bill: :has-text() 셀렉터를 plain text로 변환 (등록, 저장, 수정, 삭제, 확인), 중복 CSS 셀렉터 단순화 - settings-bank-account: :has-text() 셀렉터를 plain text로 변환 (등록) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
"phase": "SEARCH",
|
||||
"name": "[SEARCH] 거래처 검색",
|
||||
"action": "click_if_exists",
|
||||
"target": "input[placeholder*='검색'], input[placeholder*='거래처']",
|
||||
"target": "input[placeholder*='검색']",
|
||||
"value": "테스트",
|
||||
"expected": {
|
||||
"data_filtered": true
|
||||
@@ -174,7 +174,7 @@
|
||||
"phase": "READ",
|
||||
"name": "[READ] 목록으로 복귀",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('목록'), button:has-text('목록으로'), button:has-text('닫기'), button:has-text('뒤로')",
|
||||
"target": "목록",
|
||||
"expected": {
|
||||
"url_contains": "/accounting/receivables"
|
||||
}
|
||||
@@ -194,7 +194,7 @@
|
||||
"phase": "EXPORT",
|
||||
"name": "[EXPORT] 필수 검증 #1: 엑셀 다운로드",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('엑셀'), button:has-text('다운로드'), button:has-text('내보내기')",
|
||||
"target": "엑셀",
|
||||
"verify": {
|
||||
"file_download": true,
|
||||
"file_type": "xlsx",
|
||||
@@ -207,7 +207,7 @@
|
||||
"phase": "SORT",
|
||||
"name": "[SORT] 컬럼 정렬 테스트",
|
||||
"action": "click_if_exists",
|
||||
"target": "th:has-text('미수금액'), th:has-text('미수금'), th:has-text('금액')",
|
||||
"target": "미수금액",
|
||||
"expected": {
|
||||
"sort_applied": true,
|
||||
"data_reordered": true
|
||||
@@ -217,7 +217,7 @@
|
||||
"id": 18,
|
||||
"name": "연체 현황 탭 확인",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('연체'), [role='tab']:has-text('연체')",
|
||||
"target": "연체",
|
||||
"expected": {
|
||||
"tab_active": true,
|
||||
"filtered_data": true
|
||||
|
||||
Reference in New Issue
Block a user