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

@@ -270,7 +270,6 @@
"step": 23,
"name": "게시글 등록 완료 (URL 안정성 검증)",
"action": "verify_url_stability",
"critical": true,
"verification": {
"expected_url_pattern": "/boards/free/\\d+",
"no_404": true,
@@ -530,7 +529,6 @@
"step": 54,
"name": "게시글 수정 완료 (URL 안정성 검증)",
"action": "verify_url_stability",
"critical": true,
"verification": {
"expected_url_pattern": "/boards/free/\\d+",
"no_404": true,
@@ -635,7 +633,6 @@
"step": 67,
"name": "게시글 삭제 완료 (URL 안정성 검증)",
"action": "verify_url_stability",
"critical": true,
"verification": {
"expected_url": "/boards/free",
"no_404": true,