File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +2
-1
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
29
<click selector =" {{AdminCatalogSearchConfigurationSection.catalogSearchTab}}" stepKey =" collapseTab" />
29
30
<click selector =" {{ContentManagementSection.Save}}" stepKey =" saveConfig" />
30
31
<waitForPageLoad stepKey =" waitForConfigSaved" />
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