acl updated

This commit is contained in:
Carlos Jimenez 2019-01-15 08:39:42 +01:00
parent b1372c3e31
commit 6e74ce777d
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
import selectors from '../../helpers/selectors.js'; import selectors from '../../helpers/selectors.js';
import createNightmare from '../../helpers/nightmare'; import createNightmare from '../../helpers/nightmare';
describe('Claim development', () => { fdescribe('Claim development', () => {
const nightmare = createNightmare(); const nightmare = createNightmare();
beforeAll(() => { beforeAll(() => {
nightmare nightmare
.loginAndModule('developer', 'claim') .loginAndModule('salesAssistant', 'claim')
.accessToSearchResult('1') .accessToSearchResult('1')
.accessToSection('claim.card.development'); .accessToSection('claim.card.development');
}); });