revert: Round 5 롤백 - 브라우저 크래시 문제로 복원
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
"id": 4,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 문의하기 버튼 클릭",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('문의'), button:has-text('작성'), button:has-text('등록')",
|
||||
"expected": {
|
||||
"modal_open": true
|
||||
@@ -80,7 +80,7 @@
|
||||
"id": 6,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 제목 입력",
|
||||
"action": "click_if_exists",
|
||||
"action": "fill",
|
||||
"target": "input[name*='title'], input[placeholder*='제목']",
|
||||
"value": "E2E_TEST_문의_{timestamp}",
|
||||
"clear": true
|
||||
@@ -96,7 +96,7 @@
|
||||
"id": 8,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 필수 검증 #2: 문의 등록",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('등록'), button:has-text('문의하기'), button:has-text('확인')",
|
||||
"verify": {
|
||||
"url_maintained": true,
|
||||
@@ -151,7 +151,7 @@
|
||||
{
|
||||
"id": 13,
|
||||
"name": "목록으로 돌아가기",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('목록'), a:has-text('목록'), [class*='back']",
|
||||
"expected": "목록 페이지로 복귀"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user