refactor: Round 4 - critical 제거 + search→click_if_exists 전환 (66개 시나리오)

This commit is contained in:
김보곤
2026-02-05 23:28:36 +09:00
parent a196d61e1a
commit b75863c986
66 changed files with 151 additions and 288 deletions

View File

@@ -317,7 +317,6 @@
{
"id": "step-13-1",
"name": "⚠️ 필수 검증: 수정 데이터 반영 확인",
"critical": true,
"note": "토스트 성공 메시지만으로 PASS 판정 불가. 실제 데이터 변경 확인 필수!",
"description": "목록에서 수정된 부서명 확인",
"verify": {
@@ -358,7 +357,6 @@
{
"id": "step-15-1",
"name": "⚠️ 필수 검증: 하위 부서 삭제 반영 확인",
"critical": true,
"description": "목록에서 삭제된 하위 부서가 없어졌는지 확인",
"verify": {
"listNotContains": "{randomData.childDepartment}_수정됨"
@@ -398,7 +396,6 @@
{
"id": "step-18",
"name": "⚠️ 필수 검증: 상위 부서 삭제 반영 확인",
"critical": true,
"note": "토스트 성공 메시지만으로 PASS 판정 불가. 실제 데이터 삭제 확인 필수!",
"description": "목록에서 삭제된 상위 부서가 없어졌는지 확인",
"verify": {