File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/OrderCancellationUi/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 18
18
<before >
19
19
<!-- Enable configuration -->
20
20
<magentoCLI command =" config:set sales/cancellation/enabled 1" stepKey =" EnablingSalesCancellation" />
21
+ <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
21
22
<createData entity =" _defaultCategory" stepKey =" createCategory" />
22
23
<createData entity =" _defaultProduct" stepKey =" createSimpleProduct" >
23
24
<requiredEntity createDataKey =" createCategory" />
79
80
<grabTextFrom selector =" {{CustomerOrderCancellationSection.referenceToLatestOrderId}}" stepKey =" getOrderId" />
80
81
81
82
<!-- Go to Admin Sales Order View Page-->
82
- <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
83
83
<amOnPage url =" {{AdminSalesOrderViewPage.url({$getOrderId})}}" stepKey =" navigateToSalesOrderViewPage" />
84
84
<waitForPageLoad stepKey =" waitForAdminSalesOrderViewPageLoad" />
85
85
You can’t perform that action at this time.
0 commit comments