File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 31
31
<!-- Set Magento back to default configuration -->
32
32
<magentoCLI command =" config:set {{CatalogInventoryOptionsShowOutOfStockDisable.path}} {{CatalogInventoryOptionsShowOutOfStockDisable.value}}" stepKey =" setConfigShowOutOfStockFalse" />
33
33
<magentoCLI command =" config:set {{CatalogInventoryItemOptionsBackordersDisable.path}} {{CatalogInventoryItemOptionsBackordersDisable.value}}" stepKey =" setConfigAllowBackordersFalse" />
34
- <magentoCLI command =" cache:clean config full_page" stepKey =" cleanInvalidatedCache/>
34
+ <magentoCLI command =" cache:clean config full_page" stepKey =" cleanInvalidatedCache" />
35
35
<deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
36
36
</after >
37
37
You can’t perform that action at this time.
0 commit comments