Skip to content

Commit e44d2ee

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
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"/>
2829
<click selector="{{AdminCatalogSearchConfigurationSection.catalogSearchTab}}" stepKey="collapseTab"/>
2930
<click selector="{{ContentManagementSection.Save}}" stepKey="saveConfig"/>
3031
<waitForPageLoad stepKey="waitForConfigSaved"/>

nginx.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ location /errors/ {
181181
location ~ ^/(index|get|static|errors/report|errors/404|errors/503|health_check)\.php$ {
182182
try_files $uri =404;
183183
fastcgi_pass fastcgi_backend;
184-
fastcgi_buffers 1024 4k;
184+
fastcgi_buffers 16 16k;
185185
fastcgi_buffer_size 32k;
186186

187187
fastcgi_param PHP_FLAG "session.auto_start=off \n suhosin.session.cryptua=off";

0 commit comments

Comments
 (0)