Excluded specs with calls to setDeleted #1874
gitea/salix/dev This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-11-13 07:56:09 +01:00
parent 7f2af116bc
commit 603bb034a1
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,8 @@ describe('Ticket descriptor path', () => {
.loginAndModule('salesperson', 'ticket');
});
describe('Delete ticket', () => {
// Excluded waiting for #1874
xdescribe('Delete ticket', () => {
it('should search for an specific ticket', async() => {
const result = await nightmare
.write(selectors.ticketsIndex.searchTicketInput, 18)

View File

@ -1,5 +1,6 @@
const app = require('vn-loopback/server/server');
// Excluded waiting for #1874
xdescribe('ticket deleted()', () => {
let ticket;
let ctx;