error corrected
This commit is contained in:
parent
b0d531756e
commit
d571bdbbb3
|
@ -65,8 +65,8 @@ describe('Client Edit pay method path', () => {
|
||||||
it(`should add the IBAN but fail as it requires a BIC code`, async () => {
|
it(`should add the IBAN but fail as it requires a BIC code`, async () => {
|
||||||
const snackbarMessage = await nightmare
|
const snackbarMessage = await nightmare
|
||||||
.clearInput(selectors.clientPayMethod.IBANInput)
|
.clearInput(selectors.clientPayMethod.IBANInput)
|
||||||
.type(selectors.clientPayMethod.IBANInput, 'ES9121000418450200051332')
|
.type(selectors.clientPayMethod.IBANInput, 'ES91 2100 0418 4502 0005 1332')
|
||||||
.waitForTextInInput(selectors.clientPayMethod.IBANInput, 'ES9121000418450200051332')
|
.waitForTextInInput(selectors.clientPayMethod.IBANInput, 'ES91 2100 0418 4502 0005 1332')
|
||||||
.waitToClick(selectors.clientPayMethod.clearswiftBicButton)
|
.waitToClick(selectors.clientPayMethod.clearswiftBicButton)
|
||||||
.waitToClick(selectors.clientPayMethod.saveButton)
|
.waitToClick(selectors.clientPayMethod.saveButton)
|
||||||
.waitForLastSnackbar();
|
.waitForLastSnackbar();
|
||||||
|
|
Loading…
Reference in New Issue