Skip to content

Commit 20d35fb

Browse files
committed
MC-20336: Update tests related to Catalog Search and Swatches
"Reverting previous changes committed in e41a816 as they fail in both mainline and elastic search branch"
1 parent 4bad17b commit 20d35fb

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AdminSetMinimalQueryLengthActionGroup.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
<see userInput="{{MinMaxQueryLength.Hint}}" selector="{{AdminCatalogSearchConfigurationSection.maxQueryLengthHint}}" stepKey="seeHint2"/>
2626
<uncheckOption selector="{{AdminCatalogSearchConfigurationSection.minQueryLengthInherit}}" stepKey="uncheckSystemValue"/>
2727
<fillField selector="{{AdminCatalogSearchConfigurationSection.minQueryLength}}" userInput="{{minLength}}" stepKey="setMinQueryLength"/>
28-
<waitForPageLoad stepKey="waitForTextToBeFilled"/>
29-
<!--Scrolling till Category Permissions to make sure the collapse tab for Catalog Search is visible-->
30-
<scrollTo selector="{{AdminCatalogSearchConfigurationSection.categoryPermissions}}" stepKey="scrollToCatalogSearchTab1"/>
3128
<click selector="{{AdminCatalogSearchConfigurationSection.catalogSearchTab}}" stepKey="collapseTab"/>
3229
<click selector="{{ContentManagementSection.Save}}" stepKey="saveConfig"/>
3330
<waitForPageLoad stepKey="waitForConfigSaved"/>

app/code/Magento/Config/Test/Mftf/Section/CatalogSearchAdminConfigSection.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
-->
88
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
99
<section name="AdminCatalogSearchConfigurationSection">
10-
<element name="categoryPermissions" type="button" selector="#catalog_magento_catalogpermissions-head"/>
1110
<element name="catalogSearchTab" type="button" selector="#catalog_search-head"/>
1211
<element name="checkIfCatalogSearchTabExpand" type="button" selector="#catalog_search-head:not(.open)"/>
1312
<element name="searchEngineDefaultSystemValue" type="checkbox" selector="#catalog_search_engine_inherit"/>

0 commit comments

Comments
 (0)