File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
CatalogSearch/Test/Mftf/ActionGroup Expand file tree Collapse file tree 3 files changed +3
-4
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
- <click selector =" {{AdminCatalogSearchConfigurationSection.catalogSearchTab}}" stepKey =" collapseTab" />
29
28
<click selector =" {{ContentManagementSection.Save}}" stepKey =" saveConfig" />
30
29
<waitForPageLoad stepKey =" waitForConfigSaved" />
31
30
<see userInput =" You saved the configuration." stepKey =" seeSuccessMessage" />
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 >
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ location /errors/ {
181
181
location ~ ^/(index|get|static|errors/report|errors/404|errors/503|health_check)\.php$ {
182
182
try_files $uri =404;
183
183
fastcgi_pass fastcgi_backend;
184
- fastcgi_buffers 1024 4k ;
184
+ fastcgi_buffers 16 16k ;
185
185
fastcgi_buffer_size 32k;
186
186
187
187
fastcgi_param PHP_FLAG "session.auto_start=off \n suhosin.session.cryptua=off";
You can’t perform that action at this time.
0 commit comments