Skip to content

Commit 1005f07

Browse files
DeepthiPulluruDeepthiPulluru
authored andcommitted
ACQE-6408:AC-3918:AdminLowStockProductTest
Display Low Stock Products
1 parent b16de4e commit 1005f07

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/code/Magento/ProductVideo/Test/Mftf/ActionGroup/AdminLowStockReportActionGroup.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminLowStockReportActionGroup">
12+
<annotations>
13+
<description>Navigate to Low stock Product and search for Product</description>
14+
</annotations>
1215
<amOnPage url="{{LowStockReportPage.url}}" stepKey="navigateToLowStockReportPageWithZeroQuantity"/>
1316
<fillField selector="{{LowStockProductGridSection.enterProduct}}" userInput="$$createSimpleProduct.name$$" stepKey="fillProductName"/>
1417
<waitForElementClickable selector="{{LowStockProductGridSection.search($$createSimpleProduct.name$$)}}" stepKey="waitForSearchProduct"/>

app/code/Magento/ProductVideo/Test/Mftf/ActionGroup/AdminNavigateToInventoryConfigurationActionGroup.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminNavigateToInventoryConfigurationActionGroup">
12+
<annotations>
13+
<description>Navigate to Inventory Configuration page to set the quantity and save</description>
14+
</annotations>
1215
<amOnPage url="{{AdminInventoryProductStockOptionsConfigPage.url}}" stepKey="openInventoryConfigPage"/>
1316
<uncheckOption selector="{{AdminInventoryProductStockOptionsConfigSection.systemValue}}" stepKey="uncheckSystemValue"/>
1417
<fillField selector="{{AdminInventoryProductStockOptionsConfigSection.notifyQty}}" userInput="2" stepKey="fillNotifyQty"/>

0 commit comments

Comments
 (0)