wip
This commit is contained in:
parent
1e480c5c64
commit
6025f8d8b5
2 changed files with 1 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { second } from '../../fixtures/example.json';
|
||||
import { second } from '../fixtures/example.json';
|
||||
|
||||
describe('Checkout Credit Card Payments', () => {
|
||||
beforeEach(() => {
|
||||
|
|
@ -1,8 +1,5 @@
|
|||
import { first } from '../../fixtures/example.json'
|
||||
|
||||
describe('Stripe Credit Card Payments', () => {
|
||||
beforeEach(() => {
|
||||
// cy.useGateway(first);
|
||||
cy.clientLogin();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue