This commit is contained in:
parent
65ba1d4664
commit
55799719ae
|
@ -82,8 +82,8 @@ describe('InvoiceOut invoiceClient()', () => {
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 300000;
|
|
||||||
fit('should invoice all tickets regardless of address when hasToInvoiceByAddress is false', async() => {
|
it('should invoice all tickets regardless of address when hasToInvoiceByAddress is false', async() => {
|
||||||
spyOn(models.InvoiceOut, 'makePdf').and.returnValue(Promise.resolve(true));
|
spyOn(models.InvoiceOut, 'makePdf').and.returnValue(Promise.resolve(true));
|
||||||
spyOn(models.InvoiceOut, 'invoiceEmail');
|
spyOn(models.InvoiceOut, 'invoiceEmail');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue