fix: 어음관리 E2E 테스트 접두사 통일 (E2E_TEST_어음_ → E2E_TEST_EB)

QA팀 리포트: 프론트엔드가 어음번호를 E2E_TEST_EB 접두사로 생성하는데
테스트 스크립트는 E2E_TEST_어음_ 접두사로 검색하여 패턴 불일치 발생

수정 내용:
- accounting-bill.json: testData/fill_form/verify_detail 접두사 통일
- full-crud-acc-bills.json: testId 생성 패턴 E2E→EB, 비고 접두사 통일
- create-delete-acc-bills.json: testId 생성 패턴 E2E→EB, 비고 접두사 통일
- test-bills-14steps.json: 비고 접두사 통일
- batch-create-acc-bills.json: 비고 접두사 + 검증/삭제 검색 패턴 통일
- reload-persist-acc-bills.json: testId 생성 패턴 E2E→EB, 비고 접두사 통일
This commit is contained in:
김보곤
2026-02-23 14:52:44 +09:00
parent 21b272702d
commit 40980bf1b1
6 changed files with 18 additions and 18 deletions

View File

@@ -27,7 +27,7 @@
},
"testData": {
"create": {
"billNumber": "E2E_TEST_어음",
"billNumber": "E2E_TEST_EB",
"amount": "1000000",
"dueDate": "2026-03-15",
"issuer": "테스트발행처",
@@ -125,7 +125,7 @@
"fields": [
{
"name": "어음번호",
"value": "E2E_TEST_어음_{timestamp}"
"value": "E2E_TEST_EB_{timestamp}"
},
{
"name": "금액",
@@ -173,7 +173,7 @@
"phase": "CREATE",
"name": "[CREATE] 등록 결과 확인",
"action": "verify_detail",
"search": "E2E_TEST_어음",
"search": "E2E_TEST_EB",
"expected": {
"row_exists": true,
"contains": [
@@ -203,7 +203,7 @@
"name": "[READ] 상세 정보 확인",
"action": "verify_detail",
"checks": [
"어음번호: E2E_TEST_어음",
"어음번호: E2E_TEST_EB",
"금액: 1,000,000",
"만기일: 2026-03-15",
"발행처: 테스트발행처"