acl updated
This commit is contained in:
parent
b1372c3e31
commit
6e74ce777d
|
@ -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');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue