feat: refs #3505 fdescribe
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
e4a74ba0e9
commit
f43fa32d36
|
@ -5,7 +5,7 @@ const Email = require('vn-print/core/email');
|
||||||
const config = require('vn-print/core/config');
|
const config = require('vn-print/core/config');
|
||||||
const closure = require('../closure');
|
const closure = require('../closure');
|
||||||
|
|
||||||
fdescribe('Ticket closure functionality', () => {
|
describe('Ticket closure functionality', () => {
|
||||||
const userId = 19;
|
const userId = 19;
|
||||||
const companyFk = 442;
|
const companyFk = 442;
|
||||||
const activeCtx = {
|
const activeCtx = {
|
||||||
|
@ -55,7 +55,7 @@ fdescribe('Ticket closure functionality', () => {
|
||||||
expect(ticketAfter.refFk).toBeUndefined();
|
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;
|
const ticketId = 37;
|
||||||
ctx.args = {
|
ctx.args = {
|
||||||
id: ticketId,
|
id: ticketId,
|
||||||
|
|
Loading…
Reference in New Issue