fix: 근태현황 시나리오에서 존재하지 않는 엑셀/인쇄 다운로드 버튼 스텝 제거

This commit is contained in:
김보곤
2026-03-04 21:52:41 +09:00
parent f42cf4ab7d
commit bcf9bbecbc

View File

@@ -183,24 +183,6 @@
}, },
{ {
"id": 17, "id": 17,
"name": "엑셀 다운로드 버튼 확인",
"action": "verify_elements",
"checks": [
"엑셀 다운로드 버튼 존재"
],
"expected": "엑셀 다운로드 기능 표시"
},
{
"id": 18,
"name": "인쇄 버튼 확인",
"action": "verify_elements",
"checks": [
"인쇄 버튼 존재"
],
"expected": "인쇄 기능 표시"
},
{
"id": 19,
"name": "콘솔 에러 확인", "name": "콘솔 에러 확인",
"action": "verify_element", "action": "verify_element",
"target": "body" "target": "body"