Skip to content

Commit

Permalink
Merge pull request #79 from magento-epam/SPRINT-1-MAGETWO-66666
Browse files Browse the repository at this point in the history
MAGETWO-66666: Adding a product to cart from category page with an ex…
  • Loading branch information
nikshostko authored Aug 23, 2018
2 parents d6ab36d + 49027ed commit 7629b27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<!-- "Add to Cart" any product-->
<click selector="{{StorefrontProductPageSection.addToCartBtn}}" stepKey="addToCart"/>
<waitForElementVisible selector="{{StorefrontProductPageSection.errorMsg}}" time="30" stepKey="assertErrorMessage"/>
<see stepKey="assertErrorMessage" userInput="Your session has expired"/>
<after>
<!--Delete created product-->
<deleteData createDataKey="createSimpleProduct" stepKey="deleteProduct"/>
Expand Down

0 comments on commit 7629b27

Please sign in to comment.