Skip to content

Commit

Permalink
MAGETWO-66666: Adding a product to cart from category page with an ex…
Browse files Browse the repository at this point in the history
…pired session does not allow product to be added

- Updated automated test.
  • Loading branch information
davgrigoryan1992 committed Aug 22, 2018
1 parent 7bd7be3 commit 49027ed
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 49027ed

Please sign in to comment.