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

Commit 8d75e92

Browse files
committed
Merge remote-tracking branch 'mainline/2.3-develop' into status-searchapi
2 parents 2a3c1ad + 168ecf4 commit 8d75e92

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)