mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 04:34:35 -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', () => {
|
describe('Checkout Credit Card Payments', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
@ -1,8 +1,5 @@
|
|||||||
import { first } from '../../fixtures/example.json'
|
|
||||||
|
|
||||||
describe('Stripe Credit Card Payments', () => {
|
describe('Stripe Credit Card Payments', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
// cy.useGateway(first);
|
|
||||||
cy.clientLogin();
|
cy.clientLogin();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user