Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 168ecf4

Browse files
authored
Merge pull request #2764 from magento-obsessive-owls/MC-401-remove-advanced-attributes
[obsessive] MC-401: Advanced Attributes Not Removing From Preview
2 parents 0339078 + b80f894 commit 168ecf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Bundle/ActionGroup/EnableDisableProductActionGroup.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929
<actionGroup name="FindProductToEdit">
3030
<amOnPage url="{{ProductCatalogPage.url}}" stepKey="GoToProductCatalog"/>
3131
<waitForPageLoad stepKey="WaitForCatalogProductPageToLoad"/>
32+
<conditionalClick selector="{{AdminProductGridFilterSection.clearFilters}}" dependentSelector="{{AdminProductGridFilterSection.clearFilters}}" visible="true" stepKey="clickClearFiltersInitial"/>
3233
<fillField userInput="{{BundleProduct.name}}" selector="#fulltext" stepKey="EnterProductNameInSearch"/>
3334
<click stepKey="ClickSearch" selector="{{AdminProductFormBundleSection.searchButton}}"/>
3435
<click stepKey="ClickOnProduct" selector="{{AdminProductFormBundleSection.firstCatalogProduct}}"/>
3536
<waitForPageLoad stepKey="WaitForProductEditPageToLoad"/>
3637
</actionGroup>
37-
</actionGroups>
38+
</actionGroups>

0 commit comments

Comments
 (0)