E2E bugs solved
This commit is contained in:
parent
ae7a8f1245
commit
33bf8d6ea7
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue