Skip to content

Commit e521aa2

Browse files
committed
MC-222: Admin should be able to set/edit all the basic product attributes when creating/editing a bundle product
- Remove no-op test actions that were causing a failure in Jenkins
1 parent 0b5d2af commit e521aa2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@
136136
<!--Visibilty-->
137137
<selectOption selector="{{AdminProductFormBundleSection.visibilityDropDown}}" userInput="Not Visible Individually" stepKey="openVisibility"/>
138138

139-
<!--Categories-->
140-
<click selector="{{AdminProductFormBundleSection.categoriesDropDown}}" stepKey="clickOnCategoriesDropDown"/>
141-
<click selector="{{AdminProductFormBundleSection.categoryFieldName}}" stepKey="clickOnCategoriesFieldName"/>
142-
143139
<!--New from - to-->
144140
<fillField selector="{{AdminProductFormBundleSection.fromDate}}" userInput="10/20/2018" stepKey="fillInFirstDate"/>
145141
<fillField selector="{{AdminProductFormBundleSection.toDate}}" userInput="10/20/2018" stepKey="fillInSecondDate"/>

0 commit comments

Comments
 (0)