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 3030 <before >
3131 <!-- Enable configuration -->
3232 <magentoCLI command =" config:set sales/cancellation/enabled 1" stepKey =" EnablingSalesCancellation" />
33- <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
3433 <createData entity =" _defaultCategory" stepKey =" createCategory" />
3534 <createData entity =" _defaultProduct" stepKey =" createSimpleProduct" >
3635 <requiredEntity createDataKey =" createCategory" />
3938 <createData entity =" CustomerCart" stepKey =" createCustomerCart" >
4039 <requiredEntity createDataKey =" createCustomer" />
4140 </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 >
4247 <createData entity =" CustomerCartItem" stepKey =" addCartItemOne" >
4348 <requiredEntity createDataKey =" createCustomerCart" />
4449 <requiredEntity createDataKey =" createSimpleProduct" />
8893 <grabTextFrom selector =" {{CustomerOrderCancellationSection.referenceToLatestOrderId}}" stepKey =" getOrderId" />
8994
9095 <!-- Go to Admin Sales Order View Page-->
96+ <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
9197 <amOnPage url =" {{AdminSalesOrderViewPage.url({$getOrderId})}}" stepKey =" navigateToSalesOrderViewPage" />
9298 <waitForPageLoad stepKey =" waitForAdminSalesOrderViewPageLoad" />
9399
You can’t perform that action at this time.
0 commit comments