revert: Round 5 롤백 - 브라우저 크래시 문제로 복원
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
"description": "스크롤하며 인사관리 메뉴 찾기"
|
||||
},
|
||||
{ "type": "wait", "duration": 300 },
|
||||
{ "type": "click_if_exists", "target": "인사관리", "description": "인사관리 메뉴 클릭" },
|
||||
{ "type": "click", "target": "인사관리", "description": "인사관리 메뉴 클릭" },
|
||||
{ "type": "wait", "duration": 500, "description": "서브메뉴 펼쳐지기 대기" },
|
||||
{ "type": "screenshot", "name": "hr_menu_expanded" }
|
||||
],
|
||||
@@ -191,7 +191,7 @@
|
||||
"description": "서브메뉴에서 근태현황 찾기"
|
||||
},
|
||||
{ "type": "wait", "duration": 200 },
|
||||
{ "type": "click_if_exists", "target": "근태현황", "description": "근태현황 메뉴 클릭" },
|
||||
{ "type": "click", "target": "근태현황", "description": "근태현황 메뉴 클릭" },
|
||||
{ "type": "wait", "target": "페이지 로드 완료", "timeout": 10000 },
|
||||
{ "type": "screenshot", "name": "attendance_page" }
|
||||
],
|
||||
@@ -321,7 +321,7 @@
|
||||
"if": "{attendanceStatus} == 'not_checked_in'"
|
||||
},
|
||||
"actions": [
|
||||
{ "type": "click_if_exists", "target": "출근하기" }
|
||||
{ "type": "click", "target": "출근하기" }
|
||||
],
|
||||
"waitFor": {
|
||||
"type": "text",
|
||||
|
||||
Reference in New Issue
Block a user