Skip to content

Commit

Permalink
MAGETWO-75086: Child product image should be shown in Wishist if opti…
Browse files Browse the repository at this point in the history
…ons are selected for configurable product #8168
  • Loading branch information
OlgaVasyltsun committed Jul 27, 2018
1 parent 088d896 commit a117cd4
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@
<waitForElementNotVisible selector="{{AdminProductGridSection.loadingMask}}" stepKey="waitForFilteredGridLoad" time="30"/>
</actionGroup>

<!--Filter the product grid by the SKU string -->
<actionGroup name="filterProductGridBySku2">
<arguments>
<argument name="sku" type="string"/>
</arguments>
<conditionalClick selector="{{AdminProductGridFilterSection.clearFilters}}" dependentSelector="{{AdminProductGridFilterSection.clearFilters}}" visible="true" stepKey="clickClearFilters"/>
<click selector="{{AdminProductGridFilterSection.filters}}" stepKey="openProductFilters"/>
<fillField selector="{{AdminProductGridFilterSection.skuFilter}}" userInput="{{sku}}" stepKey="fillProductSkuFilter"/>
<click selector="{{AdminProductGridFilterSection.applyFilters}}" stepKey="clickApplyFilters"/>
<waitForLoadingMaskToDisappear stepKey="waitForFilteredGridLoad"/>
</actionGroup>

<!--Delete a product by filtering grid and using delete action-->
<actionGroup name="deleteProductUsingProductGrid">
<arguments>
Expand Down

0 comments on commit a117cd4

Please sign in to comment.