File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
app/code/Magento/OrderCancellationUi/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1414 <description value =" Customer cancels an order from order history page." />
1515 <severity value =" AVERAGE" />
1616 <testCaseId value =" LYNX-180" />
17+ <!-- Will be fixed in the scope of ACQE-7314 -->
18+ <group value =" pr_exclude" />
1719 </annotations >
1820 <before >
19- <!-- Enable configuration -->
21+ <!-- Will be fixed in the scope of -->
2022 <magentoCLI command =" config:set sales/cancellation/enabled 1" stepKey =" EnablingSalesCancellation" />
2123 <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
2224 <createData entity =" _defaultCategory" stepKey =" createCategory" />
8284 <!-- Go to Admin Sales Order View Page-->
8385 <amOnPage url =" {{AdminSalesOrderViewPage.url({$getOrderId})}}" stepKey =" navigateToSalesOrderViewPage" />
8486 <waitForPageLoad stepKey =" waitForAdminSalesOrderViewPageLoad" />
85- <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindexing" >
86- <argument name =" indices" value =" " />
87- </actionGroup >
88-
8987 <!-- Check Order History block-->
9088 <waitForElementVisible selector =" {{AdminSalesOrderViewSection.orderHistoryNoteListFirstComment}}" stepKey =" waitForReteriveOrderCancellationReason" />
9189 <grabTextFrom selector =" {{AdminSalesOrderViewSection.orderHistoryNoteListFirstComment}}" stepKey =" getOrderCancellationReason" />
You can’t perform that action at this time.
0 commit comments