2493-route_ticket_drag_and_drop #462
|
@ -26,7 +26,7 @@ describe('route ticketToRoute()', () => {
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should add the ticket in a route', async() => {
|
it('should add the ticket to a route', async() => {
|
||||||
|
|||||||
originalTicket = await app.models.Ticket.findById(14);
|
originalTicket = await app.models.Ticket.findById(14);
|
||||||
|
|
||||||
const ticketId = 14;
|
const ticketId = 14;
|
||||||
|
|
Loading…
Reference in New Issue
Creo que lo correcto sería poner "to a route". Da a entender que es un ticket que ya esta en una ruta