#1000 e2e de ticket.log
This commit is contained in:
parent
329453ed0d
commit
9d8c2efa3b
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue