We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995a05c commit b168a82Copy full SHA for b168a82
app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddProductToCartActionGroup.xml
@@ -16,7 +16,7 @@
16
<argument name="product"/>
17
<argument name="productCount" type="string"/>
18
</arguments>
19
-
+ <waitForElementClickable selector="{{StorefrontProductActionSection.addToCart}}" stepKey="waitForAddToCartButtonToClick"/>
20
<click selector="{{StorefrontProductInfoMainSection.AddToCart}}" stepKey="clickAddToCart"/>
21
<waitForPageLoad stepKey="waitForPageLoad"/>
22
<waitForElementVisible selector="{{StorefrontCategoryMainSection.SuccessMsg}}" stepKey="waitForSuccessMessage"/>
0 commit comments