Skip to content

Commit 65abbc7

Browse files
committed
AC-2851::Roll back manage stock status after test complete in mftf
1 parent 7d63330 commit 65abbc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2626
</before>
2727
<after>
28+
<!-- Set ManageStock to Yes-->
29+
<magentoCLI command="config:set {{CatalogInventoryManageStockDisable.path}} 1" stepKey="manageStockEnable"/>
2830
<!--Logout From Admin Panel -->
2931
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutAsAdmin"/>
3032
</after>

0 commit comments

Comments
 (0)