Skip to content

Commit

Permalink
Make sure billing email is filled in
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Oct 18, 2023
1 parent 1ada430 commit f45c299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cypress/integration/features/woocommerce.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ describe('WooCommerce Feature', { tags: '@slow' }, () => {
cy.get('#billing_city').type(userData.city);
cy.get('#billing_postcode').type(userData.postCode);
cy.get('#billing_phone').type(userData.phoneNumber);
cy.get('#billing_email').clearThenType(userData.email);
cy.get('#place_order').click();

// ensure order is placed.
Expand Down

0 comments on commit f45c299

Please sign in to comment.