File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 18
18
<click selector =" {{AdminProductFormSection.advancedInventoryLink}}" stepKey =" clickOnAdvancedInventoryLink" />
19
19
<waitForPageLoad stepKey =" waitForAdvancedInventoryPageToLoad" />
20
20
</actionGroup >
21
+
22
+ <!-- ActionGroup click on Advanced Inventory Button in product form;
23
+ You must already be on the product form page -->
24
+ <actionGroup name =" AdminClickOnAdvancedInventoryButtonActionGroup" >
25
+ <annotations >
26
+ <description >Clicks on the 'Advanced Inventory' link on the Admin Product creation/edit page.</description >
27
+ </annotations >
28
+
29
+ <click selector =" {{AdminProductFormSection.advancedInventoryButton}}" stepKey =" clickOnAdvancedInventoryLink" />
30
+ <waitForPageLoad stepKey =" waitForAdvancedInventoryPageToLoad" />
31
+ </actionGroup >
21
32
</actionGroups >
You can’t perform that action at this time.
0 commit comments