We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6ab36d + 49027ed commit 7629b27Copy full SHA for 7629b27
app/code/Magento/Customer/Test/Mftf/Test/AddingProductWithExpiredSessionTest.xml
@@ -35,7 +35,7 @@
35
36
<!-- "Add to Cart" any product-->
37
<click selector="{{StorefrontProductPageSection.addToCartBtn}}" stepKey="addToCart"/>
38
- <waitForElementVisible selector="{{StorefrontProductPageSection.errorMsg}}" time="30" stepKey="assertErrorMessage"/>
+ <see stepKey="assertErrorMessage" userInput="Your session has expired"/>
39
<after>
40
<!--Delete created product-->
41
<deleteData createDataKey="createSimpleProduct" stepKey="deleteProduct"/>
0 commit comments