This commit is contained in:
Benjamin Beganović 2020-10-15 10:27:02 +02:00
parent 1e480c5c64
commit 6025f8d8b5
2 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
import { second } from '../../fixtures/example.json';
import { second } from '../fixtures/example.json';
describe('Checkout Credit Card Payments', () => {
beforeEach(() => {

View File

@ -1,8 +1,5 @@
import { first } from '../../fixtures/example.json'
describe('Stripe Credit Card Payments', () => {
beforeEach(() => {
// cy.useGateway(first);
cy.clientLogin();
});