File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
app/code/Magento/ProductVideo/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" AdminLowStockReportActionGroup" >
12
+ <annotations >
13
+ <description >Navigate to Low stock Product and search for Product</description >
14
+ </annotations >
12
15
<amOnPage url =" {{LowStockReportPage.url}}" stepKey =" navigateToLowStockReportPageWithZeroQuantity" />
13
16
<fillField selector =" {{LowStockProductGridSection.enterProduct}}" userInput =" $$createSimpleProduct.name$$" stepKey =" fillProductName" />
14
17
<waitForElementClickable selector =" {{LowStockProductGridSection.search($$createSimpleProduct.name$$)}}" stepKey =" waitForSearchProduct" />
Original file line number Diff line number Diff line change 9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" AdminNavigateToInventoryConfigurationActionGroup" >
12
+ <annotations >
13
+ <description >Navigate to Inventory Configuration page to set the quantity and save</description >
14
+ </annotations >
12
15
<amOnPage url =" {{AdminInventoryProductStockOptionsConfigPage.url}}" stepKey =" openInventoryConfigPage" />
13
16
<uncheckOption selector =" {{AdminInventoryProductStockOptionsConfigSection.systemValue}}" stepKey =" uncheckSystemValue" />
14
17
<fillField selector =" {{AdminInventoryProductStockOptionsConfigSection.notifyQty}}" userInput =" 2" stepKey =" fillNotifyQty" />
You can’t perform that action at this time.
0 commit comments