Skip to content

Commit 2d324a8

Browse files
author
Oleksandr Gorkun
committed
MC-33823: Merge CE, EE and B2B changes
1 parent e44d2ee commit 2d324a8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
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-
<scrollTo selector="{{AdminCatalogSearchConfigurationSection.catalogSearchTab}}" stepKey="scrollToCollapseTab"/>
28+
<scrollTo selector="{{AdminCatalogSearchConfigurationSection.catalogSearchTab}}" y="-50" stepKey="scrollToCollapseTab"/>
29+
<waitForElementVisible selector="{{AdminCatalogSearchConfigurationSection.catalogSearchTab}}" stepKey="seeCollapseTab" />
2930
<click selector="{{AdminCatalogSearchConfigurationSection.catalogSearchTab}}" stepKey="collapseTab"/>
3031
<click selector="{{ContentManagementSection.Save}}" stepKey="saveConfig"/>
3132
<waitForPageLoad stepKey="waitForConfigSaved"/>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
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="catalogSearchTab" type="button" selector="#catalog_search-head"/>
10+
<element name="catalogSearchTab" type="button" selector="a#catalog_search-head"/>
1111
<element name="checkIfCatalogSearchTabExpand" type="button" selector="#catalog_search-head:not(.open)"/>
1212
<element name="searchEngineDefaultSystemValue" type="checkbox" selector="#catalog_search_engine_inherit"/>
1313
<element name="searchEngine" type="select" selector="#catalog_search_engine"/>
1414
</section>
15-
</sections>
15+
</sections>

0 commit comments

Comments
 (0)