fix: 시나리오 URL 및 메뉴 존재 여부 수정
- announcement-board.json 삭제 (공지사항 메뉴 미존재) - bank-account-management.json URL 수정: /settings/bank-account → /settings/accounts - company-info.json URL 수정: /settings/company → /company-info Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -110,8 +110,8 @@
|
||||
},
|
||||
{
|
||||
"id": "step-0-1",
|
||||
"name": "🗺️ 위치 권한 팝업 처리 (UI)",
|
||||
"description": "브라우저 상단에 나타나는 위치 권한 요청 팝업에서 '항상 허용' 클릭",
|
||||
"name": "🗺️ 위치 권한 팝업 처리 및 사이드바 메뉴 전체 펼치기",
|
||||
"description": "위치 권한 요청 팝업 처리 후 모두 펼치기 버튼을 클릭하여 전체 메뉴 펼침",
|
||||
"critical": true,
|
||||
"actions": [
|
||||
{ "type": "wait", "duration": 1000, "description": "페이지 로드 및 권한 팝업 표시 대기" },
|
||||
@@ -134,7 +134,17 @@
|
||||
}
|
||||
},
|
||||
{ "type": "wait", "duration": 500, "description": "권한 설정 적용 대기" },
|
||||
{ "type": "screenshot", "name": "after_permission_grant" }
|
||||
{
|
||||
"type": "evaluate",
|
||||
"script": "document.querySelector('.sidebar-scroll')?.scrollTo({top:0,behavior:'instant'})"
|
||||
},
|
||||
{ "type": "wait", "duration": 300 },
|
||||
{
|
||||
"type": "evaluate",
|
||||
"script": "Array.from(document.querySelectorAll('button')).find(b => b.innerText?.includes('모두 펼치기'))?.click()"
|
||||
},
|
||||
{ "type": "wait", "duration": 2000 },
|
||||
{ "type": "screenshot", "name": "after_permission_grant_and_menu_expanded" }
|
||||
],
|
||||
"verification": [
|
||||
"위치 권한 팝업이 닫혔는지 확인",
|
||||
|
||||
Reference in New Issue
Block a user