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 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" />
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments