fix: CRUD fill_form 강화 - 9개 시나리오 테스트 데이터 입력 개선
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -124,9 +124,14 @@
|
||||
"id": 9,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 견적 정보 입력",
|
||||
"action": "click_if_exists",
|
||||
"note": "타임스탬프로 고유성 보장",
|
||||
"target": "body"
|
||||
"action": "fill_form",
|
||||
"fields": [
|
||||
{"name": "현장명", "value": "E2E_TEST_현장_{timestamp}"},
|
||||
{"name": "담당자", "value": "E2E 담당자"},
|
||||
{"name": "연락처", "value": "010-1234-5678"},
|
||||
{"name": "비고", "value": "E2E 자동화 테스트 견적"}
|
||||
],
|
||||
"note": "combobox(수주처,부가세,제품코드 등)는 fill_form 미지원"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
|
||||
Reference in New Issue
Block a user