refactor: Round 4 - critical 제거 + search→click_if_exists 전환 (66개 시나리오)
This commit is contained in:
@@ -159,7 +159,6 @@
|
||||
{
|
||||
"id": "step-4-1",
|
||||
"name": "⚠️ 필수 검증: 날짜 필터 검색",
|
||||
"critical": true,
|
||||
"description": "날짜 범위 필터를 설정하고 데이터가 필터링되는지 확인",
|
||||
"actions": [
|
||||
{ "type": "evaluate", "script": "document.querySelectorAll('table tbody tr').length", "description": "필터 전 행 수 확인" },
|
||||
@@ -177,7 +176,6 @@
|
||||
{
|
||||
"id": "step-5",
|
||||
"name": "⚠️ 필수 검증: 검색 기능 확인 (사용현황)",
|
||||
"critical": true,
|
||||
"description": "검색어 입력 후 테이블 데이터가 필터링되는지 확인",
|
||||
"actions": [
|
||||
{ "type": "evaluate", "script": "document.querySelectorAll('table tbody tr').length", "description": "검색 전 행 수 확인" },
|
||||
|
||||
Reference in New Issue
Block a user