Skip to content

Commit 51e33b6

Browse files
committed
Removing old fields
1 parent 43942a6 commit 51e33b6

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

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

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3737
</after>
3838
<!-- go to bundle product creation page-->
39-
<!--<amOnPage url="{{AdminProductCreatePage.url(BundleProduct.set, BundleProduct.type)}}" stepKey="goToBundleProductCreationPage" />-->
40-
<!--<waitForPageLoad stepKey="waitForBundleProductCreatePageToLoad"/>-->
4139

4240
<actionGroup ref="AdminOpenNewProductFormPageActionGroup" stepKey="goToBundleProductCreationPage">
4341
<argument name="attributeSetId" value="{{BundleProduct.set}}"/>
@@ -46,24 +44,6 @@
4644
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForBundleProductCreatePageToLoad"/>
4745

4846
<!-- Add two bundle items -->
49-
<!--<conditionalClick selector="{{AdminProductFormBundleSection.bundleItemsToggle}}" dependentSelector="{{AdminProductFormBundleSection.bundleItemsToggle}}" visible="false" stepKey="conditionallyOpenSectionBundleItems"/>-->
50-
<!--<click selector="{{AdminProductFormBundleSection.addOption}}" stepKey="clickAddOption3"/>-->
51-
<!--<waitForElementVisible selector="{{AdminProductFormBundleSection.bundleOptionXTitle('0')}}" stepKey="waitForBundleOptions"/>-->
52-
<!--<fillField selector="{{AdminProductFormBundleSection.bundleOptionXTitle('0')}}" userInput="{{BundleProduct.optionTitle1}}" stepKey="fillOptionTitle"/>-->
53-
<!--<selectOption selector="{{AdminProductFormBundleSection.bundleOptionXInputType('0')}}" userInput="{{BundleProduct.optionInputType1}}" stepKey="selectInputType"/>-->
54-
<!--<actionGroup ref="AdminClickAddProductToOptionActionGroup" stepKey="clickAddProductsToOption"/>-->
55-
<!--<actionGroup ref="FilterProductGridBySkuActionGroup" stepKey="filterBundleProductOptions">-->
56-
<!--<argument name="product" value="$$simpleProduct1$$"/>-->
57-
<!--</actionGroup>-->
58-
<!--<checkOption selector="{{AdminAddProductsToOptionPanel.firstCheckbox}}" stepKey="selectFirstGridRow"/>-->
59-
<!--<actionGroup ref="FilterProductGridBySkuActionGroup" stepKey="filterBundleProductOptions2">-->
60-
<!--<argument name="product" value="$$simpleProduct2$$"/>-->
61-
<!--</actionGroup>-->
62-
<!--<checkOption selector="{{AdminAddProductsToOptionPanel.firstCheckbox}}" stepKey="selectFirstGridRow2"/>-->
63-
<!--<click selector="{{AdminAddProductsToOptionPanel.addSelectedProducts}}" stepKey="clickAddSelectedBundleProducts"/>-->
64-
<!--<fillField selector="{{AdminProductFormBundleSection.bundleOptionXProductYQuantity('0', '0')}}" userInput="{{BundleProduct.defaultQuantity}}" stepKey="fillProductDefaultQty1"/>-->
65-
<!--<fillField selector="{{AdminProductFormBundleSection.bundleOptionXProductYQuantity('0', '1')}}" userInput="{{BundleProduct.defaultQuantity}}" stepKey="fillProductDefaultQty2"/>-->
66-
6747
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="conditionallyOpenSectionBundleItems"/>
6848
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickAddOption3"/>
6949
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForBundleOptions"/>

0 commit comments

Comments
 (0)