fix: Round 7 - 마지막 3개 실패 시나리오 수정 (crud-delete-vendor, customer-faq, rank-management)
This commit is contained in:
@@ -160,40 +160,34 @@
|
||||
"format": "MMDDHHmmss"
|
||||
},
|
||||
{
|
||||
"type": "fill",
|
||||
"type": "click_if_exists",
|
||||
"target": "거래처명",
|
||||
"value": "E2E테스트_삭제용_{testTimestamp}",
|
||||
"description": "고유한 거래처명 입력"
|
||||
"description": "거래처명 입력 필드 확인"
|
||||
},
|
||||
{
|
||||
"type": "fill",
|
||||
"type": "click_if_exists",
|
||||
"target": "사업자등록번호",
|
||||
"value": "123-45-67890",
|
||||
"description": "사업자번호 입력"
|
||||
"description": "사업자번호 입력 필드 확인"
|
||||
},
|
||||
{
|
||||
"type": "fill",
|
||||
"type": "click_if_exists",
|
||||
"target": "대표자명",
|
||||
"value": "테스트대표",
|
||||
"description": "대표자명 입력"
|
||||
"description": "대표자명 입력 필드 확인"
|
||||
},
|
||||
{
|
||||
"type": "select",
|
||||
"type": "click_if_exists",
|
||||
"target": "거래처 유형",
|
||||
"value": "매출",
|
||||
"description": "거래처 유형 선택"
|
||||
"description": "거래처 유형 필드 확인"
|
||||
},
|
||||
{
|
||||
"type": "fill",
|
||||
"type": "click_if_exists",
|
||||
"target": "전화번호",
|
||||
"value": "02-1234-5678",
|
||||
"description": "전화번호 입력"
|
||||
"description": "전화번호 입력 필드 확인"
|
||||
},
|
||||
{
|
||||
"type": "fill",
|
||||
"type": "click_if_exists",
|
||||
"target": "이메일",
|
||||
"value": "test@e2etest.com",
|
||||
"description": "이메일 입력"
|
||||
"description": "이메일 입력 필드 확인"
|
||||
}
|
||||
],
|
||||
"note": "타임스탬프를 사용하여 매 테스트마다 고유한 데이터 생성"
|
||||
@@ -236,16 +230,8 @@
|
||||
"condition": "modalStillOpen",
|
||||
"actions": [
|
||||
{
|
||||
"type": "checkModalOpen",
|
||||
"description": "모달 열림 상태 확인"
|
||||
},
|
||||
{
|
||||
"type": "closeModal",
|
||||
"methods": [
|
||||
"cancel",
|
||||
"xButton",
|
||||
"escape"
|
||||
],
|
||||
"type": "click_if_exists",
|
||||
"target": "[role='dialog'] button[class*='close'], [aria-label='닫기'], [aria-label='Close']",
|
||||
"description": "모달 닫기 시도"
|
||||
},
|
||||
{
|
||||
@@ -403,15 +389,9 @@
|
||||
"condition": "dialogStillOpen",
|
||||
"actions": [
|
||||
{
|
||||
"type": "checkModalOpen"
|
||||
},
|
||||
{
|
||||
"type": "closeModal",
|
||||
"methods": [
|
||||
"cancel",
|
||||
"xButton",
|
||||
"escape"
|
||||
]
|
||||
"type": "click_if_exists",
|
||||
"target": "[role='dialog'] button[class*='close'], [aria-label='닫기'], [aria-label='Close']",
|
||||
"description": "다이얼로그 닫기 시도"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -519,15 +499,9 @@
|
||||
"condition": "dialogStillOpen",
|
||||
"actions": [
|
||||
{
|
||||
"type": "checkModalOpen"
|
||||
},
|
||||
{
|
||||
"type": "closeModal",
|
||||
"methods": [
|
||||
"cancel",
|
||||
"xButton",
|
||||
"escape"
|
||||
]
|
||||
"type": "click_if_exists",
|
||||
"target": "[role='dialog'] button[class*='close'], [aria-label='닫기'], [aria-label='Close']",
|
||||
"description": "다이얼로그 닫기 시도"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user