diff --git a/cypress/integration/client_portal/checkout_credit_card.spec.js b/cypress/excluded/checkout_credit_card.spec.js similarity index 95% rename from cypress/integration/client_portal/checkout_credit_card.spec.js rename to cypress/excluded/checkout_credit_card.spec.js index d7e9930ab36d..d0a6ab0325c4 100644 --- a/cypress/integration/client_portal/checkout_credit_card.spec.js +++ b/cypress/excluded/checkout_credit_card.spec.js @@ -1,4 +1,4 @@ -import { second } from '../../fixtures/example.json'; +import { second } from '../fixtures/example.json'; describe('Checkout Credit Card Payments', () => { beforeEach(() => { diff --git a/cypress/integration/client_portal/stripe_credit_card.spec.js b/cypress/integration/client_portal/stripe_credit_card.spec.js index 08edafcfd2f5..f9d40b0f2e11 100644 --- a/cypress/integration/client_portal/stripe_credit_card.spec.js +++ b/cypress/integration/client_portal/stripe_credit_card.spec.js @@ -1,8 +1,5 @@ -import { first } from '../../fixtures/example.json' - describe('Stripe Credit Card Payments', () => { beforeEach(() => { - // cy.useGateway(first); cy.clientLogin(); });