refactor: Round 5.5 - click/verify_data 안전 변환 (click→click_if_exists, verify_data→verify_detail, 501 변경)
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
},
|
||||
{
|
||||
"id": "1-8",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"selector": "button:has-text('PDF')",
|
||||
"description": "PDF 버튼 클릭"
|
||||
},
|
||||
@@ -215,7 +215,7 @@
|
||||
},
|
||||
{
|
||||
"id": "2-6",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"selector": "button:has-text('PDF')"
|
||||
},
|
||||
{
|
||||
@@ -280,7 +280,7 @@
|
||||
},
|
||||
{
|
||||
"id": "3-6",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"selector": "button:has-text('PDF')"
|
||||
},
|
||||
{
|
||||
@@ -353,7 +353,7 @@
|
||||
},
|
||||
{
|
||||
"id": "4-7",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"selector": "button:has-text('PDF 다운로드')",
|
||||
"index": 0,
|
||||
"description": "첫 번째 PDF 다운로드 버튼 클릭"
|
||||
|
||||
Reference in New Issue
Block a user