File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 142
142
<!-- Assert Gift Option product settings -->
143
143
<actionGroup ref =" StorefrontOpenCartFromMinicartActionGroup" stepKey =" openCart" />
144
144
<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" />
151
145
</test >
152
146
</tests >
153
147
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
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
+ */
7
7
-->
8
8
9
9
<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
23
23
</before >
24
24
<after >
25
25
<magentoCLI command =" config:set cataloginventory/item_options/notify_stock_qty 1" stepKey =" checkSystemValue1" />
26
- <deleteData createDataKey =" createCategory" stepKey =" deletecreateCategory" />
27
26
<deleteData createDataKey =" createSimpleProduct" stepKey =" deleteSimpleProduct" />
27
+ <deleteData createDataKey =" createCategory" stepKey =" deletecreateCategory" />
28
28
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
29
29
</after >
30
30
<!-- Go to Inventory configuration page -->
You can’t perform that action at this time.
0 commit comments