This commit is contained in:
Gerard 2019-02-01 12:57:04 +01:00
commit 69cc821f6f
1 changed files with 2 additions and 3 deletions

View File

@ -1,13 +1,12 @@
import selectors from '../../helpers/selectors.js';
import createNightmare from '../../helpers/nightmare';
// #776
xdescribe('Ticket expeditions and log path', () => {
describe('Ticket expeditions and log path', () => {
const nightmare = createNightmare();
beforeAll(() => {
return nightmare
.loginAndModule('developer', 'ticket')
.loginAndModule('production', 'ticket')
.accessToSearchResult('id:1')
.accessToSection('ticket.card.expedition');
});