From 6025f8d8b50a69f050c8e935bc2b93463e110f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 15 Oct 2020 10:27:02 +0200 Subject: [PATCH] wip --- .../client_portal => excluded}/checkout_credit_card.spec.js | 2 +- cypress/integration/client_portal/stripe_credit_card.spec.js | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) rename cypress/{integration/client_portal => excluded}/checkout_credit_card.spec.js (95%) 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(); });