8062-testToMaster_2 #3059

Merged
alexm merged 293 commits from 8062-testToMaster_2 into master 2024-10-03 05:43:41 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit f43fa32d36 - Show all commits

View File

@ -5,7 +5,7 @@ const Email = require('vn-print/core/email');
const config = require('vn-print/core/config');
const closure = require('../closure');
fdescribe('Ticket closure functionality', () => {
describe('Ticket closure functionality', () => {
const userId = 19;
const companyFk = 442;
const activeCtx = {
@ -55,7 +55,7 @@ fdescribe('Ticket closure functionality', () => {
expect(ticketAfter.refFk).toBeUndefined();
});
fit('should send Incoterms authorization email on first order', async() => {
it('should send Incoterms authorization email on first order', async() => {
const ticketId = 37;
ctx.args = {
id: ticketId,