Skip to content

Commit e620c8e

Browse files
MC-19438: Bundle Product Cart Pricing issue when adding tier price to bundle product and item is added twice to the cart
1 parent cc486cb commit e620c8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Bundle/Test/Mftf/Test/BundleProductWithTierPriceInCartTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,14 @@
2525
<after>
2626
<deleteData createDataKey="simpleProduct1" stepKey="deleteSimpleProduct1"/>
2727
<deleteData createDataKey="simpleProduct2" stepKey="deleteSimpleProduct2"/>
28+
<actionGroup ref="StorefrontSignOutActionGroup" stepKey="StorefrontSignOutActionGroup"/>
2829
<actionGroup stepKey="deleteBundle" ref="deleteProductUsingProductGrid">
2930
<argument name="product" value="BundleProduct"/>
3031
</actionGroup>
3132
<actionGroup ref="AdminClearFiltersActionGroup" stepKey="clearFiltersAfter"/>
33+
<actionGroup ref="AdminDeleteCustomerActionGroup" stepKey="deleteCustomer">
34+
<argument name="customerEmail" value="CustomerEntityOne.email"/>
35+
</actionGroup>
3236
<amOnPage url="{{AdminLogoutPage.url}}" stepKey="logout"/>
3337
</after>
3438
<amOnPage url="{{AdminProductCreatePage.url(BundleProduct.set, BundleProduct.type)}}" stepKey="goToBundleProductCreationPage"/>

0 commit comments

Comments
 (0)