File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
app/code/Magento/OrderCancellationUi/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +7
-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" />
34
33
<createData entity =" _defaultCategory" stepKey =" createCategory" />
35
34
<createData entity =" _defaultProduct" stepKey =" createSimpleProduct" >
36
35
<requiredEntity createDataKey =" createCategory" />
39
38
<createData entity =" CustomerCart" stepKey =" createCustomerCart" >
40
39
<requiredEntity createDataKey =" createCustomer" />
41
40
</createData >
41
+ <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" performReindex" >
42
+ <argument name =" indices" value =" " />
43
+ </actionGroup >
44
+ <actionGroup ref =" CliCacheCleanActionGroup" stepKey =" cleanCache" >
45
+ <argument name =" tags" value =" " />
46
+ </actionGroup >
42
47
<createData entity =" CustomerCartItem" stepKey =" addCartItemOne" >
43
48
<requiredEntity createDataKey =" createCustomerCart" />
44
49
<requiredEntity createDataKey =" createSimpleProduct" />
88
93
<grabTextFrom selector =" {{CustomerOrderCancellationSection.referenceToLatestOrderId}}" stepKey =" getOrderId" />
89
94
90
95
<!-- Go to Admin Sales Order View Page-->
96
+ <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
91
97
<amOnPage url =" {{AdminSalesOrderViewPage.url({$getOrderId})}}" stepKey =" navigateToSalesOrderViewPage" />
92
98
<waitForPageLoad stepKey =" waitForAdminSalesOrderViewPageLoad" />
93
99
You can’t perform that action at this time.
0 commit comments