This commit is contained in:
Gerard 2019-01-15 08:56:23 +01:00
commit a628f3aa0a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ describe('Claim development', () => {
beforeAll(() => {
nightmare
.loginAndModule('developer', 'claim')
.loginAndModule('salesAssistant', 'claim')
.accessToSearchResult('1')
.accessToSection('claim.card.development');
});

View File

@ -1,7 +1,7 @@
import selectors from '../../helpers/selectors.js';
import createNightmare from '../../helpers/nightmare';
describe('Order Edit basicData path', () => {
describe('Order edit basic data path', () => {
const nightmare = createNightmare();
describe('when confirmed order', () => {
beforeAll(() => {