From f6c2acfce0839e9107977cf58d2878b710ec448b Mon Sep 17 00:00:00 2001 From: PiX <69745008+pixincreate@users.noreply.github.com> Date: Thu, 20 Jun 2024 10:56:00 +0530 Subject: [PATCH] chore: lints --- cypress-tests/cypress/e2e/PayoutTest/00005-SavePayout.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress-tests/cypress/e2e/PayoutTest/00005-SavePayout.cy.js b/cypress-tests/cypress/e2e/PayoutTest/00005-SavePayout.cy.js index c5af6e5e06d6..222ecc57ba98 100644 --- a/cypress-tests/cypress/e2e/PayoutTest/00005-SavePayout.cy.js +++ b/cypress-tests/cypress/e2e/PayoutTest/00005-SavePayout.cy.js @@ -32,7 +32,7 @@ describe("[Payout] Saved Card", () => { context("[Payout] [Card] Onboard customer prior to transaction", () => { let should_continue = true; // variable that will be used to skip tests if a previous test fails - + // This is needed to get customer payment methods beforeEach("seed global state", () => { createPayoutBody = Cypress._.cloneDeep(initialCreatePayoutBody);