fix: CRUD fill_form 강화 - 9개 시나리오 테스트 데이터 입력 개선

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-10 09:41:57 +09:00
parent 0bbed716bd
commit 24e5bba1ee
9 changed files with 88 additions and 37 deletions

View File

@@ -121,9 +121,13 @@
"id": 9,
"phase": "CREATE",
"name": "[CREATE] 출금 정보 입력",
"action": "click_if_exists",
"note": "타임스탬프로 고유성 보장",
"target": "body"
"action": "fill_form",
"fields": [
{"name": "수취인명", "value": "E2E_TEST_수취인_{timestamp}"},
{"name": "출금금액", "value": "50000"},
{"name": "적요", "value": "E2E 자동화 테스트 출금"}
],
"note": "combobox(출금계좌,거래처,출금유형)는 fill_form 미지원"
},
{
"id": 10,