Skip to content

Commit 38e082e

Browse files
committed
MC-30445: [2.3] Test StorefrontInactiveCatalogRuleTest fails on Jenkins (MC-79)
1 parent 1d802e2 commit 38e082e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddProductToCartFromProductPageActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>Click on the Add to Cart button. Validates that the Success Message is present.</description>
1414
</annotations>
1515
<arguments>
16-
<argument name="productName"/>
16+
<argument name="productName" type="string" defaultValue="{{ApiSimpleProduct.name}}"/>
1717
</arguments>
1818

1919
<click selector="{{StorefrontProductActionSection.addToCart}}" stepKey="addToCart"/>

app/code/Magento/CatalogRule/Test/Mftf/Test/StorefrontInactiveCatalogRule2Test.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@
5959
<actionGroup ref="StorefrontAddProductToCartFromProductPageActionGroup" stepKey="addToCartFromStorefrontProductPage">
6060
<argument name="productName" value="$createProduct.name$"/>
6161
</actionGroup>
62-
<actionGroup ref="GoToCheckoutFromMinicartActionGroup" stepKey="goToCheckoutFromMinicart"/>
63-
6462
<actionGroup ref="StorefrontOpenCartPageActionGroup" stepKey="openCartPage" />
6563
<waitForElementVisible selector="{{CheckoutCartSummarySection.subtotal}}" stepKey="waitForSubtotalAppears"/>
6664
<see selector="{{CheckoutCartSummarySection.subtotal}}" userInput="$createProduct.price$" stepKey="seeProductPriceOnCartPage"/>

0 commit comments

Comments
 (0)