Skip to content

Commit

Permalink
EMA-145 - Security findings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanyi committed Mar 8, 2024
1 parent a5bca27 commit 5e31d09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/testv2/cypress/integration/web-extend.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ describe('Web extend scripts', function() {
cy.get('#top-cart-btn-checkout').click();

cy.wait(6000);
cy.contains('Email Address').should('be.visible');

cy.get('#checkout-step-shipping input.input-text[name="username"]').type('guest@cypress.net');
cy.get('#checkout-step-shipping input.input-text[name="firstname"]').type('Guest');
cy.get('#checkout-step-shipping input.input-text[name="lastname"]').type('Da Best');
Expand Down

0 comments on commit 5e31d09

Please sign in to comment.