Skip to content

Commit

Permalink
MC-222: Admin should be able to set/edit all the basic product attrib…
Browse files Browse the repository at this point in the history
…utes when creating/editing a bundle product

- Remove no-op test actions that were causing a failure in Jenkins
  • Loading branch information
tomreece committed Aug 7, 2018
1 parent 0b5d2af commit e521aa2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@
<!--Visibilty-->
<selectOption selector="{{AdminProductFormBundleSection.visibilityDropDown}}" userInput="Not Visible Individually" stepKey="openVisibility"/>

<!--Categories-->
<click selector="{{AdminProductFormBundleSection.categoriesDropDown}}" stepKey="clickOnCategoriesDropDown"/>
<click selector="{{AdminProductFormBundleSection.categoryFieldName}}" stepKey="clickOnCategoriesFieldName"/>

<!--New from - to-->
<fillField selector="{{AdminProductFormBundleSection.fromDate}}" userInput="10/20/2018" stepKey="fillInFirstDate"/>
<fillField selector="{{AdminProductFormBundleSection.toDate}}" userInput="10/20/2018" stepKey="fillInSecondDate"/>
Expand Down

0 comments on commit e521aa2

Please sign in to comment.