Skip to content

Commit 7be7c49

Browse files
Update app/code/Magento/Catalog/Test/Mftf/Test/AdminBackorderAllowedAddProductToCartTest.xml
Co-Authored-By: Ihor Sviziev <ihor-sviziev@users.noreply.github.com>
1 parent 1b3da7e commit 7be7c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminBackorderAllowedAddProductToCartTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<!-- Set Magento back to default configuration -->
3232
<magentoCLI command="config:set {{CatalogInventoryOptionsShowOutOfStockDisable.path}} {{CatalogInventoryOptionsShowOutOfStockDisable.value}}" stepKey="setConfigShowOutOfStockFalse"/>
3333
<magentoCLI command="config:set {{CatalogInventoryItemOptionsBackordersDisable.path}} {{CatalogInventoryItemOptionsBackordersDisable.value}}" stepKey="setConfigAllowBackordersFalse"/>
34-
<magentoCLI command="cache:flush" stepKey="flushCache"/>
34+
<magentoCLI command="cache:clean config full_page" stepKey="cleanInvalidatedCache/>
3535
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
3636
</after>
3737

0 commit comments

Comments
 (0)