Skip to content

Commit 88c4e32

Browse files
author
Oleksandr Gorkun
committed
Merge branch 'MC-33823' of https://github.com/magento-qwerty/magento2ce into MC-34764
2 parents bcda9a5 + ace26a1 commit 88c4e32

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
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-
<click selector="{{AdminCatalogSearchConfigurationSection.catalogSearchTab}}" stepKey="collapseTab"/>
2928
<click selector="{{ContentManagementSection.Save}}" stepKey="saveConfig"/>
3029
<waitForPageLoad stepKey="waitForConfigSaved"/>
3130
<see userInput="You saved the configuration." stepKey="seeSuccessMessage"/>

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>

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)