7569_sendEmail #3387
|
@ -60,7 +60,7 @@ describe('Ticket saveSign()', () => {
|
||||||
expect(ticketTrackingAfter.name).toBe('Entregado en parte');
|
expect(ticketTrackingAfter.name).toBe('Entregado en parte');
|
||||||
});
|
});
|
||||||
|
|
||||||
fit('should send an email to notify that the delivery order is not correct', async() => {
|
it('should send an email to notify that the delivery order is not correct', async() => {
|
||||||
const tx = await models.Ticket.beginTransaction({});
|
const tx = await models.Ticket.beginTransaction({});
|
||||||
const ticketFk = 8;
|
const ticketFk = 8;
|
||||||
const priority = 5;
|
const priority = 5;
|
||||||
|
|
Loading…
Reference in New Issue