acl updated
This commit is contained in:
parent
b1372c3e31
commit
6e74ce777d
|
@ -1,12 +1,12 @@
|
|||
import selectors from '../../helpers/selectors.js';
|
||||
import createNightmare from '../../helpers/nightmare';
|
||||
|
||||
describe('Claim development', () => {
|
||||
fdescribe('Claim development', () => {
|
||||
const nightmare = createNightmare();
|
||||
|
||||
beforeAll(() => {
|
||||
nightmare
|
||||
.loginAndModule('developer', 'claim')
|
||||
.loginAndModule('salesAssistant', 'claim')
|
||||
.accessToSearchResult('1')
|
||||
.accessToSection('claim.card.development');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue