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 30
30
<before >
31
31
<!-- Enable configuration -->
32
32
<magentoCLI command =" config:set sales/cancellation/enabled 1" stepKey =" EnablingSalesCancellation" />
33
+ <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
33
34
<createData entity =" _defaultCategory" stepKey =" createCategory" />
34
35
<createData entity =" _defaultProduct" stepKey =" createSimpleProduct" >
35
36
<requiredEntity createDataKey =" createCategory" />
93
94
<grabTextFrom selector =" {{CustomerOrderCancellationSection.referenceToLatestOrderId}}" stepKey =" getOrderId" />
94
95
95
96
<!-- Go to Admin Sales Order View Page-->
96
- <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
97
97
<amOnPage url =" {{AdminSalesOrderViewPage.url({$getOrderId})}}" stepKey =" navigateToSalesOrderViewPage" />
98
98
<waitForPageLoad stepKey =" waitForAdminSalesOrderViewPageLoad" />
99
99
You can’t perform that action at this time.
0 commit comments