File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
CatalogSearch/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 25
25
<see userInput =" {{MinMaxQueryLength.Hint}}" selector =" {{AdminCatalogSearchConfigurationSection.maxQueryLengthHint}}" stepKey =" seeHint2" />
26
26
<uncheckOption selector =" {{AdminCatalogSearchConfigurationSection.minQueryLengthInherit}}" stepKey =" uncheckSystemValue" />
27
27
<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" />
29
30
<click selector =" {{AdminCatalogSearchConfigurationSection.catalogSearchTab}}" stepKey =" collapseTab" />
30
31
<click selector =" {{ContentManagementSection.Save}}" stepKey =" saveConfig" />
31
32
<waitForPageLoad stepKey =" waitForConfigSaved" />
Original file line number Diff line number Diff line change 7
7
-->
8
8
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
9
9
<section name =" AdminCatalogSearchConfigurationSection" >
10
- <element name =" catalogSearchTab" type =" button" selector =" #catalog_search-head" />
10
+ <element name =" catalogSearchTab" type =" button" selector =" a #catalog_search-head" />
11
11
<element name =" checkIfCatalogSearchTabExpand" type =" button" selector =" #catalog_search-head:not(.open)" />
12
12
<element name =" searchEngineDefaultSystemValue" type =" checkbox" selector =" #catalog_search_engine_inherit" />
13
13
<element name =" searchEngine" type =" select" selector =" #catalog_search_engine" />
14
14
</section >
15
- </sections >
15
+ </sections >
You can’t perform that action at this time.
0 commit comments