fix: CRUD fill_form 강화 - 9개 시나리오 테스트 데이터 입력 개선
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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": "100000"},
|
||||
{"name": "적요", "value": "E2E 자동화 테스트 입금"}
|
||||
],
|
||||
"note": "combobox(입금계좌,거래처,입금유형)는 fill_form 미지원"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
|
||||
Reference in New Issue
Block a user