E2E bugs solved

This commit is contained in:
Juan 2018-04-03 19:40:16 +02:00
parent ae7a8f1245
commit 33bf8d6ea7
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ describe('create client path', () => {
it('should receive an error when clicking the create button having name and Business name fields empty', () => { it('should receive an error when clicking the create button having name and Business name fields empty', () => {
return nightmare return nightmare
.type(selectors.createClientView.taxNumber, '16195279J') .type(selectors.createClientView.taxNumber, '74451390E')
.type(selectors.createClientView.userName, 'CaptainMarvel') .type(selectors.createClientView.userName, 'CaptainMarvel')
.type(selectors.createClientView.email, 'CarolDanvers@verdnatura.es') .type(selectors.createClientView.email, 'CarolDanvers@verdnatura.es')
.waitToClick(selectors.createClientView.salesPersonInput) .waitToClick(selectors.createClientView.salesPersonInput)