Skip to content

Commit 46dce35

Browse files
committed
MQE-714: Resolve random MFTF Chrome failures in Jenkins
- fix typo in selector - add wait for loading mask to filter search click
1 parent 9344a21 commit 46dce35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Section/AdminProductGridFilterSection.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
<element name="clearAll" type="button" selector=".admin__data-grid-header .admin__data-grid-filters-current._show .action-clear"/>
1414
<element name="enabledFilters" type="textarea" selector=".admin__data-grid-header .admin__data-grid-filters-current._show"/>
1515
<element name="basicSearchFilter" type="textarea" selector=".admin__control-text.data-grid-search-control"/>
16-
<element name="basicSearchFilterButton" type="button" selector="'.data-grid-search-control-wrap button.action-submit"/>
17-
16+
<element name="basicSearchFilterButton" type="button" selector=".data-grid-search-control-wrap button.action-submit"/>
1817
<element name="viewDropdown" type="button" selector=".admin__data-grid-action-bookmarks button.admin__action-dropdown"/>
1918
<element name="viewBookmark" type="button" selector="//div[contains(@class, 'admin__data-grid-action-bookmarks')]/ul/li/div/a[text() = '{{label}}']" parameterized="true" timeout="30"/>
2019
<element name="columnsDropdown" type="button" selector=".admin__data-grid-action-columns button.admin__action-dropdown"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Test/AdminEditTextEditorProductAttributeCest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
<waitForLoadingMaskToDisappear stepKey="waitForLoadingAfterFilterIsCleared"/>
7171
<fillField selector="{{AdminProductGridFilterSection.basicSearchFilter}}" userInput="{{_defaultProduct.name}}" stepKey="addSearchFilterForTestProduct"/>
7272
<click selector="{{AdminProductGridFilterSection.basicSearchFilterButton}}" stepKey="clickOnBasicSearchFilterButton"/>
73+
<waitForLoadingMaskToDisappear stepKey="waitForLoadingAfterBasicFilter"/>
7374
<click selector="{{AdminProductGridActionSection.productName(_defaultProduct.name)}}" stepKey="navigateToEditProduct" />
7475
<waitForPageLoad stepKey="waitForPageLoad10" />
7576
<seeElement selector="{{ProductAttributeWYSIWYGSection.TinyMCE4($$myProductAttributeCreation.attribute_code$$)}}" stepKey="waitForPageLoad11"/>

0 commit comments

Comments
 (0)