salix-front/test/cypress/integration/client/04_edit_billing_data.spec.js

7 lines
520 B
JavaScript

describe('Client Edit billing data path', () => {
it(`should attempt to edit the billing data without an IBAN but fail`, async() => {
it(`should edit the billing data and save the form`, async() => {
it(`should create a new BIC code`, async() => {
it(`should confirm the IBAN pay method was sucessfully saved`, async() => {
it(`should clear the BIC code field, update the IBAN to see how he BIC code autocompletes`, async() => {
it('should confirm the billing data have been edited', async() => {