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:
2026-03-07 21:57:34 +09:00
parent bf66ba4227
commit 96fda0933b
5 changed files with 20 additions and 20 deletions

View File

@@ -129,7 +129,7 @@
"name": "계정과목명 드롭다운 옵션 확인",
"description": "계정과목명 일괄변경 드롭다운 옵션 검증",
"action": "click_if_exists",
"target": "계정과목명 드롭다운",
"target": "계정과목명",
"expect": {
"options": [
"미설정",
@@ -317,7 +317,7 @@
"name": "거래처 드롭다운 옵션 확인",
"description": "거래처 선택 드롭다운 옵션 검증",
"action": "click_if_exists",
"target": "거래처 드롭다운",
"target": "거래처",
"expect": {
"options": [
"거래처테스트",
@@ -334,7 +334,7 @@
"name": "출금 유형 드롭다운 옵션 확인",
"description": "출금 유형 선택 드롭다운 옵션 검증",
"action": "click_if_exists",
"target": "출금 유형 드롭다운",
"target": "출금 유형",
"expect": {
"options": [
"미설정",