File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
app/code/Magento/OrderCancellationUi/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 83
83
<grabTextFrom selector =" {{CustomerOrderCancellationSection.referenceToLatestOrderId}}" stepKey =" getOrderId" />
84
84
85
85
<!-- Go to Admin Sales Order View Page-->
86
- <actionGroup ref =" AdminOpenOrderByEntityIdActionGroup" stepKey =" navigateToSalesOrderViewPage" >
87
- <argument name =" entityId" value =" {$orderId}" />
88
- </actionGroup >
86
+ <amOnPage url =" {{AdminOrdersPage.url}}" stepKey =" onOrdersPage" />
87
+ <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappearOnOrdersPage" />
88
+ <actionGroup ref =" ClearFiltersAdminDataGridActionGroup" stepKey =" clearGridFilter" />
89
+ <fillField selector =" {{AdminOrdersGridSection.search}}" userInput =" {$grabOrderNumber}" stepKey =" fillOrderNum" />
90
+ <click selector =" {{AdminOrdersGridSection.submitSearch}}" stepKey =" submitSearchOrderNum" />
91
+ <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappearOnSearch" />
92
+ <actionGroup ref =" AdminOrderGridClickFirstRowActionGroup" stepKey =" navigateToSalesOrderViewPage" />
89
93
<waitForPageLoad stepKey =" waitForAdminSalesOrderViewPageLoad" />
90
94
91
95
<!-- Check Order History block-->
You can’t perform that action at this time.
0 commit comments