We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e23cee commit 18ca601Copy full SHA for 18ca601
cypress/e2e/change-charger.cy.js
@@ -41,7 +41,7 @@ describe("잔돈 충전 테스트", () => {
41
});
42
43
44
- it("잔돈은 10원 단위로 충전이 가능하다", () => {
+ it("잔돈은 10원 단위로 충전이 가능하며 잘못된 값을 충전시 alert가 뜬다", () => {
45
cy.alert({
46
action: () => {
47
cy.get(CHARGER_INPUT_SELECTOR).type("101");
0 commit comments