Skip to content

Commit 18ca601

Browse files
committed
refactor: 테스트 케이스 문구 디테일 수정
1 parent 0e23cee commit 18ca601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/change-charger.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe("잔돈 충전 테스트", () => {
4141
});
4242
});
4343

44-
it("잔돈은 10원 단위로 충전이 가능하다", () => {
44+
it("잔돈은 10원 단위로 충전이 가능하며 잘못된 값을 충전시 alert가 뜬다", () => {
4545
cy.alert({
4646
action: () => {
4747
cy.get(CHARGER_INPUT_SELECTOR).type("101");

0 commit comments

Comments
 (0)