revert: Round 5 롤백 - 브라우저 크래시 문제로 복원
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
"maxAttempts": 10,
|
||||
"waitAfterScroll": 300
|
||||
},
|
||||
{ "type": "click_if_exists", "target": "인사관리" },
|
||||
{ "type": "click", "target": "인사관리" },
|
||||
{ "type": "wait", "duration": 500 },
|
||||
{
|
||||
"type": "scrollAndFind",
|
||||
@@ -123,7 +123,7 @@
|
||||
"maxAttempts": 10,
|
||||
"waitAfterScroll": 300
|
||||
},
|
||||
{ "type": "click_if_exists", "target": "부서관리" }
|
||||
{ "type": "click", "target": "부서관리" }
|
||||
],
|
||||
"fallback": {
|
||||
"type": "navigate",
|
||||
@@ -343,7 +343,7 @@
|
||||
"name": "하위 부서 삭제 확인",
|
||||
"description": "삭제 확인 다이얼로그에서 확인 클릭",
|
||||
"actions": [
|
||||
{ "type": "click_if_exists", "target": "확인", "description": "삭제 확인" }
|
||||
{ "type": "click", "target": "확인", "description": "삭제 확인" }
|
||||
],
|
||||
"waitFor": {
|
||||
"type": "apiResponse",
|
||||
@@ -382,7 +382,7 @@
|
||||
"name": "상위 부서 삭제 확인",
|
||||
"description": "삭제 확인 다이얼로그에서 확인 클릭",
|
||||
"actions": [
|
||||
{ "type": "click_if_exists", "target": "확인", "description": "삭제 확인" }
|
||||
{ "type": "click", "target": "확인", "description": "삭제 확인" }
|
||||
],
|
||||
"waitFor": {
|
||||
"type": "apiResponse",
|
||||
@@ -435,12 +435,12 @@
|
||||
"order": "childFirst",
|
||||
"steps": [
|
||||
{
|
||||
"action": "click_if_exists",
|
||||
"action": "delete",
|
||||
"target": "{randomData.childDepartment}",
|
||||
"description": "하위 부서 먼저 삭제"
|
||||
},
|
||||
{
|
||||
"action": "click_if_exists",
|
||||
"action": "delete",
|
||||
"target": "{randomData.parentDepartment}",
|
||||
"description": "상위 부서 삭제"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user