Skip to content

Commit efe2287

Browse files
authored
Merge pull request #97 from magento-arcticfoxes/MC-20336
Merging changes from MC-20336 to MC-19451 branch
2 parents 4790034 + 20d35fb commit efe2287

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +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-
<!--Scrolling till Category Permissions to make sure the collapse tab for Catalog Search is visible-->
29-
<scrollTo selector="{{AdminCatalogSearchConfigurationSection.categoryPermissions}}" stepKey="scrollToCatalogSearchTab1"/>
3028
<click selector="{{AdminCatalogSearchConfigurationSection.catalogSearchTab}}" stepKey="collapseTab"/>
3129
<click selector="{{ContentManagementSection.Save}}" stepKey="saveConfig"/>
3230
<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)