|
36 | 36 | <actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
|
37 | 37 | </after>
|
38 | 38 | <!-- go to bundle product creation page-->
|
39 |
| - <!--<amOnPage url="{{AdminProductCreatePage.url(BundleProduct.set, BundleProduct.type)}}" stepKey="goToBundleProductCreationPage" />--> |
40 |
| - <!--<waitForPageLoad stepKey="waitForBundleProductCreatePageToLoad"/>--> |
41 | 39 |
|
42 | 40 | <actionGroup ref="AdminOpenNewProductFormPageActionGroup" stepKey="goToBundleProductCreationPage">
|
43 | 41 | <argument name="attributeSetId" value="{{BundleProduct.set}}"/>
|
|
46 | 44 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForBundleProductCreatePageToLoad"/>
|
47 | 45 |
|
48 | 46 | <!-- 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 |
| - |
67 | 47 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="conditionallyOpenSectionBundleItems"/>
|
68 | 48 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickAddOption3"/>
|
69 | 49 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForBundleOptions"/>
|
|
0 commit comments