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

Commit 0525263

Browse files
committed
Merge remote-tracking branch 'mainline/2.3-develop' into RE-develop-pr
2 parents 96885cb + 168ecf4 commit 0525263

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
<actionGroup name="FindProductToEdit">
2626
<amOnPage url="{{ProductCatalogPage.url}}" stepKey="GoToProductCatalog"/>
2727
<waitForPageLoad stepKey="WaitForCatalogProductPageToLoad"/>
28-
<conditionalClick selector="{{AdminProductFiltersSection.filtersClear}}" dependentSelector="{{AdminProductFiltersSection.filtersClear}}" visible="true" stepKey="ClickOnButtonToRemoveFiltersIfPresent"/>
29-
<waitForPageLoad stepKey="RemovingFilters"/>
28+
<conditionalClick selector="{{AdminProductGridFilterSection.clearFilters}}" dependentSelector="{{AdminProductGridFilterSection.clearFilters}}" visible="true" stepKey="clickClearFiltersInitial"/>
3029
<fillField userInput="{{BundleProduct.name}}" selector="#fulltext" stepKey="EnterProductNameInSearch"/>
3130
<click stepKey="ClickSearch" selector="{{AdminProductFormBundleSection.searchButton}}"/>
3231
<click stepKey="ClickOnProduct" selector="{{AdminProductFormBundleSection.firstCatalogProduct}}"/>

0 commit comments

Comments
 (0)