Skip to content

Commit 7528550

Browse files
author
Sanyi
committed
EMA-145 - Security findings
1 parent 2b6d5ab commit 7528550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/testv2/cypress/integration/web-extend.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ describe('Web extend scripts', function () {
7171
cy.get('#product-addtocart-button').click();
7272
cy.get('.counter-number').should('contain', '2');
7373

74-
wait(100);
74+
cy.wait(100);
7575
cy.get('.action.showcart').click();
76-
wait(300);
76+
cy.wait(300);
7777
cy.get('#top-cart-btn-checkout').click();
7878

7979
cy.wait(1000);

0 commit comments

Comments
 (0)