File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
app/code/Magento/CatalogSearch/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 57
57
<fillField selector =" {{AdminProductAttributeSection.customAttribute($$createPriceAttribute.attribute_code$$)}}" userInput =" 70" stepKey =" fillCustomPrice2" />
58
58
<click selector =" {{AdminProductFormSection.save}}" stepKey =" clickSaveButton2" />
59
59
<waitForPageLoad stepKey =" waitForSimpleProductSaved2" />
60
-
61
- <!-- Run re-index task-->
62
- <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
63
-
64
60
<!-- Navigate to category on Storefront-->
65
61
<comment userInput =" Navigate to category on Storefront" stepKey =" comment3" />
66
62
<amOnPage url =" {{StorefrontCategoryPage.url($$subCategory.name$$)}}" stepKey =" goToCategoryStorefront" />
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments