Skip to content

Commit bec17f0

Browse files
committed
MC-17139: Multiple Unstable MFTF Tests The Are Slowing Down PRs
- Fixing test broken in previous commit
1 parent 788a8aa commit bec17f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StoreFrontAddProductWithAllTypesOfCustomOptionToTheShoppingCartWithoutAnySelectedOptionTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
</actionGroup>
3737

3838
<!--Click on Add To Cart button-->
39-
<actionGroup ref="StorefrontAddToTheCartActionGroup" stepKey="clickOnAddToCartButton"/>
39+
<click selector="{{StorefrontProductActionSection.addToCart}}" stepKey="addToCart"/>
40+
<waitForPageLoad stepKey="waitForPageToLoad"/>
4041

4142
<!--Assert all types of product options field displayed Required message -->
4243
<actionGroup ref="AssertStorefrontSeeElementActionGroup" stepKey="assertRequiredProductOptionField">

0 commit comments

Comments
 (0)