Skip to content

Commit

Permalink
chore(cypress): run formatter and address lints
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed Dec 2, 2024
1 parent 20aa1b5 commit 02af25d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions cypress-tests/cypress/e2e/PaymentTest/00009-RefundPayment.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,25 +90,6 @@ describe("Card - Refund flow - No 3DS", () => {
context("Card - Partial Refund flow test for No-3DS", () => {
let should_continue = true; // variable that will be used to skip tests if a previous test fails




















beforeEach(function () {
if (!should_continue) {
this.skip();
Expand Down

0 comments on commit 02af25d

Please sign in to comment.