Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Justas Vaitkus authored and Justas Vaitkus committed Jul 12, 2024
1 parent 96a5336 commit 952e721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Cypress.Commands.add(
const testname = `testemail${id}@testing.com`
cy.get('[name="email"]').first().type(testname, {delay: 0})
cy.contains('Customer data privacy').click()
cy.contains('I agree').click()
//cy.contains('I agree').click()
cy.get('#customer-form > .form-footer > .continue').click()
cy.get('#field-address1').type('ADDR',{delay:0}).as('address 1')
cy.get('#field-address2').type('ADDR2',{delay:0}).as('address2')
Expand Down

0 comments on commit 952e721

Please sign in to comment.