Skip to content

Commit 8947c7b

Browse files
committed
Merge 2.4-develop
1 parent 83710f1 commit 8947c7b

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,11 @@
7878

7979
<!--Creating Second bundle product-->
8080
<!--Go to bundle product creation page-->
81-
<<<<<<< HEAD
82-
<actionGroup ref="AdminOpenCreateBundleProductPageActionGroup" stepKey="goToBundleProductCreationPage2"/>
83-
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForBundleProductCreationPage2"/>
84-
=======
8581
<actionGroup ref="AdminOpenNewProductFormPageActionGroup" stepKey="goToBundleProductCreationPage2">
8682
<argument name="attributeSetId" value="{{BundleProduct.set}}"/>
8783
<argument name="productType" value="{{BundleProduct.type}}"/>
8884
</actionGroup>
8985
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForBundleProductCreatePageToLoad2"/>
90-
>>>>>>> 2.4-develop
9186

9287
<!--Create bundle product 2-->
9388
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="conditionallyOpenSectionBundleItems2"/>

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,10 @@
3535
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3636
</after>
3737
<!--Go to bundle product creation page-->
38-
<<<<<<< HEAD
39-
<actionGroup ref="AdminOpenCreateBundleProductPageActionGroup" stepKey="goToBundleProductCreationPage"/>
40-
=======
4138
<actionGroup ref="AdminOpenNewProductFormPageActionGroup" stepKey="goToBundleProductCreationPage">
4239
<argument name="attributeSetId" value="{{BundleProduct.set}}"/>
4340
<argument name="productType" value="{{BundleProduct.type}}"/>
4441
</actionGroup>
45-
>>>>>>> 2.4-develop
4642
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForBundleProductCreatePageToLoad"/>
4743

4844
<!-- Add two bundle items -->

0 commit comments

Comments
 (0)