Skip to content

Commit f4c1525

Browse files
ACQE-8709: Mainline deployment PR
- Resolved conflicts
2 parents 71b2bc0 + 0a9f631 commit f4c1525

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,6 @@
142142
<!-- Assert Gift Option product settings -->
143143
<actionGroup ref="StorefrontOpenCartFromMinicartActionGroup" stepKey="openCart"/>
144144
<dontSeeElement selector="{{StorefrontProductCartGiftOptionSection.giftOptions}}" stepKey="dontSeeGiftOptionBtn"/>
145-
146-
<!-- Delete created bundle product -->
147-
<actionGroup ref="DeleteProductUsingProductGridActionGroup" stepKey="deleteProduct">
148-
<argument name="product" value="BundleProduct"/>
149-
</actionGroup>
150-
<actionGroup ref="ResetAdminDataGridToDefaultViewActionGroup" stepKey="clearFilters"/>
151145
</test>
152146
</tests>
153147

app/code/Magento/Reports/Test/Mftf/Test/AdminLowStockProductTest.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
/**
4-
* Copyright 2024 Adobe
5-
* All Rights Reserved.
6-
*/
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
77
-->
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -23,8 +23,8 @@
2323
</before>
2424
<after>
2525
<magentoCLI command="config:set cataloginventory/item_options/notify_stock_qty 1" stepKey="checkSystemValue1"/>
26-
<deleteData createDataKey="createCategory" stepKey="deletecreateCategory"/>
2726
<deleteData createDataKey="createSimpleProduct" stepKey="deleteSimpleProduct"/>
27+
<deleteData createDataKey="createCategory" stepKey="deletecreateCategory"/>
2828
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
2929
</after>
3030
<!-- Go to Inventory configuration page -->

0 commit comments

Comments
 (0)