fix: 메뉴명 수정 - attendance-settings(근태설정), leave-policy(휴가정책)
This commit is contained in:
@@ -26,11 +26,11 @@
|
||||
]
|
||||
},
|
||||
"level2": {
|
||||
"text": "출퇴근관리",
|
||||
"text": "근태설정",
|
||||
"selectors": [
|
||||
"a:has-text('출퇴근관리')",
|
||||
"a:has-text('근태설정')",
|
||||
"[href*='attendance-settings']",
|
||||
"button:has-text('출퇴근관리')"
|
||||
"button:has-text('근태설정')"
|
||||
]
|
||||
},
|
||||
"fallbackUrl": "/ko/settings/attendance-settings"
|
||||
@@ -67,14 +67,14 @@
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "2단계 메뉴 진입: 설정 > 출퇴근관리",
|
||||
"description": "설정 > 출퇴근관리 메뉴로 이동하여 페이지 로드 확인 (scrollAndFind 패턴 사용)",
|
||||
"name": "2단계 메뉴 진입: 설정 > 근태설정",
|
||||
"description": "설정 > 근태설정 메뉴로 이동하여 페이지 로드 확인 (scrollAndFind 패턴 사용)",
|
||||
"actions": [
|
||||
{ "type": "scrollAndFind", "target": "설정", "container": ".sidebar-scroll", "scrollStep": 200, "maxAttempts": 10 },
|
||||
{ "type": "click", "target": "설정" },
|
||||
{ "type": "wait", "duration": 500 },
|
||||
{ "type": "scrollAndFind", "target": "출퇴근관리", "container": ".sidebar-scroll", "scrollStep": 200, "maxAttempts": 10 },
|
||||
{ "type": "click", "target": "출퇴근관리" },
|
||||
{ "type": "scrollAndFind", "target": "근태설정", "container": ".sidebar-scroll", "scrollStep": 200, "maxAttempts": 10 },
|
||||
{ "type": "click", "target": "근태설정" },
|
||||
{ "type": "wait", "target": "페이지 로드 완료" }
|
||||
],
|
||||
"expected": {
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
}
|
||||
},
|
||||
"level2": {
|
||||
"text": "휴가관리",
|
||||
"alternativeNames": ["휴가관리", "Leave Management", "휴가정책"],
|
||||
"text": "휴가정책",
|
||||
"alternativeNames": ["휴가정책", "Leave Policy", "휴가관리"],
|
||||
"scrollConfig": {
|
||||
"maxScrollAttempts": 3,
|
||||
"scrollAmount": 150,
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "2단계 메뉴 진입: 설정 > 휴가관리",
|
||||
"description": "설정 > 휴가관리 메뉴로 이동하여 페이지 로드 확인 (scrollAndFind 패턴 사용)",
|
||||
"name": "2단계 메뉴 진입: 설정 > 휴가정책",
|
||||
"description": "설정 > 휴가정책 메뉴로 이동하여 페이지 로드 확인 (scrollAndFind 패턴 사용)",
|
||||
"actions": [
|
||||
{
|
||||
"type": "scrollAndFind",
|
||||
@@ -80,14 +80,14 @@
|
||||
{ "type": "wait", "duration": 500 },
|
||||
{
|
||||
"type": "scrollAndFind",
|
||||
"target": "휴가관리",
|
||||
"target": "휴가정책",
|
||||
"scrollContainer": ".sidebar-scroll, [class*='sidebar'], nav",
|
||||
"maxAttempts": 3,
|
||||
"scrollAmount": 150,
|
||||
"waitAfterScroll": 300,
|
||||
"alternativeNames": ["휴가관리", "Leave Management", "휴가정책"]
|
||||
"alternativeNames": ["휴가정책", "Leave Policy", "휴가관리"]
|
||||
},
|
||||
{ "type": "click", "target": "휴가관리" },
|
||||
{ "type": "click", "target": "휴가정책" },
|
||||
{ "type": "wait", "target": "페이지 로드 완료" }
|
||||
],
|
||||
"expected": {
|
||||
|
||||
Reference in New Issue
Block a user