mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
wip
This commit is contained in:
parent
1e480c5c64
commit
6025f8d8b5
@ -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…
x
Reference in New Issue
Block a user