Skip to content

Commit

Permalink
EMA-145 - Security findings run test change
Browse files Browse the repository at this point in the history
  • Loading branch information
bognartomi committed Mar 6, 2024
1 parent 68c38e7 commit 25b97fd
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 @@ -74,6 +74,8 @@ describe('Web extend scripts', function() {
cy.get('.action.showcart').click();
cy.get('#top-cart-btn-checkout').click();

cy.log("wait");
cy.wait("6000");
cy.get('#checkout-step-shipping input.input-text[name="username"]').type('[email protected]');
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 25b97fd

Please sign in to comment.