revert: Round 5 롤백 - 브라우저 크래시 문제로 복원
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
"id": 5,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 사원 등록 버튼 클릭",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('등록'), button:has-text('사원 등록'), button:has-text('추가')",
|
||||
"expected": {
|
||||
"modal_or_page": true,
|
||||
@@ -94,15 +94,15 @@
|
||||
"id": 6,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 사원 정보 입력",
|
||||
"action": "click_if_exists",
|
||||
"action": "fill_form",
|
||||
"fields": [
|
||||
{"name": "이름", "type": "text", "value": "E2E_TEST_사원_{timestamp}"},
|
||||
{"name": "이메일", "type": "email", "value": "e2e_test_{timestamp}@test.com"},
|
||||
{"name": "아이디", "type": "text", "value": "e2e_test_{timestamp}"},
|
||||
{"name": "비밀번호", "type": "password", "value": "Test1234!"},
|
||||
{"name": "비밀번호 확인", "type": "password", "value": "Test1234!"},
|
||||
{"name": "부서", "type": "click_if_exists", "value": "개발팀"},
|
||||
{"name": "직급", "type": "click_if_exists", "value": "사원"},
|
||||
{"name": "부서", "type": "select", "value": "개발팀"},
|
||||
{"name": "직급", "type": "select", "value": "사원"},
|
||||
{"name": "입사일", "type": "date", "value": "2026-02-03"}
|
||||
],
|
||||
"note": "타임스탬프로 고유성 보장"
|
||||
@@ -111,7 +111,7 @@
|
||||
"id": 7,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 필수 검증 #2: 등록 저장",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('저장'), button:has-text('등록')",
|
||||
"verify": {
|
||||
"url_maintained": true,
|
||||
@@ -132,7 +132,7 @@
|
||||
"id": 8,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 등록 결과 확인",
|
||||
"action": "verify_detail",
|
||||
"action": "verify_data",
|
||||
"search": "E2E_TEST_사원",
|
||||
"expected": {
|
||||
"row_exists": true,
|
||||
@@ -219,7 +219,7 @@
|
||||
"id": 16,
|
||||
"phase": "DELETE",
|
||||
"name": "[DELETE] 삭제 버튼 클릭",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('삭제')",
|
||||
"expected": {
|
||||
"confirm_dialog": true,
|
||||
@@ -243,7 +243,7 @@
|
||||
"id": 18,
|
||||
"phase": "DELETE",
|
||||
"name": "[DELETE] 삭제 결과 확인",
|
||||
"action": "verify_detail",
|
||||
"action": "verify_data",
|
||||
"search": "E2E_TEST_사원",
|
||||
"expected": {
|
||||
"row_exists": false,
|
||||
|
||||
Reference in New Issue
Block a user