File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/OrderCancellationUi/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-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" />
22
21
<createData entity =" _defaultCategory" stepKey =" createCategory" />
23
22
<createData entity =" _defaultProduct" stepKey =" createSimpleProduct" >
24
23
<requiredEntity createDataKey =" createCategory" />
37
36
<updateData createDataKey =" createCustomerCart" entity =" CustomerOrderPaymentMethod" stepKey =" sendCustomerPaymentInformationOne" >
38
37
<requiredEntity createDataKey =" createCustomerCart" />
39
38
</updateData >
39
+ <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindex" >
40
+ <argument name =" indices" value =" " />
41
+ </actionGroup >
40
42
</before >
41
43
<after >
42
44
<!-- Disable configuration -->
77
79
<grabTextFrom selector =" {{CustomerOrderCancellationSection.referenceToLatestOrderId}}" stepKey =" getOrderId" />
78
80
79
81
<!-- Go to Admin Sales Order View Page-->
82
+ <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
80
83
<amOnPage url =" {{AdminSalesOrderViewPage.url({$getOrderId})}}" stepKey =" navigateToSalesOrderViewPage" />
81
84
<waitForPageLoad stepKey =" waitForAdminSalesOrderViewPageLoad" />
82
85
You can’t perform that action at this time.
0 commit comments