Skip to content

Commit 1e60233

Browse files
committed
MC-20336: Update tests related to Catalog Search and Swatches
"Reverted previous commit "d657e00c8bc70aa073f074d8a72f960e45cd486f" as it deleted var/.htaccess file and added only changes to Test file"
1 parent c5e08c8 commit 1e60233

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

app/code/Magento/CatalogSearch/Test/Mftf/Test/LayerNavigationOfCatalogSearchTest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@
5757
<fillField selector="{{AdminProductAttributeSection.customAttribute($$createPriceAttribute.attribute_code$$)}}" userInput="70" stepKey="fillCustomPrice2"/>
5858
<click selector="{{AdminProductFormSection.save}}" stepKey="clickSaveButton2"/>
5959
<waitForPageLoad stepKey="waitForSimpleProductSaved2"/>
60-
61-
<!--Run re-index task-->
62-
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
63-
6460
<!--Navigate to category on Storefront-->
6561
<comment userInput="Navigate to category on Storefront" stepKey="comment3"/>
6662
<amOnPage url="{{StorefrontCategoryPage.url($$subCategory.name$$)}}" stepKey="goToCategoryStorefront"/>

var/.htaccess

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<IfVersion < 2.4>
2+
order allow,deny
3+
deny from all
4+
</IfVersion>
5+
<IfVersion >= 2.4>
6+
Require all denied
7+
</IfVersion>
8+

0 commit comments

Comments
 (0)