salesperson is now accessory

This commit is contained in:
Gerard 2018-11-29 11:06:57 +01:00
parent 10344c7f3c
commit 7a368f3dd0
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ describe('Client Edit basicData path', () => {
});
});
describe('as salesAssistanrt', () => {
describe('as salesAssistant', () => {
beforeAll(() => {
nightmare
.waitToClick(selectors.globalItems.logOutButton)
@ -232,7 +232,7 @@ describe('Client Edit basicData path', () => {
const result = await nightmare
.waitToGetProperty(selectors.clientBasicData.salesPersonInput, 'value');
expect(result).toEqual('adminAssistant adminAssistant');
expect(result).toEqual('accessory accessory');
});
it('should now confirm the channel have been selected', async () => {