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 8383 <grabTextFrom selector =" {{CustomerOrderCancellationSection.referenceToLatestOrderId}}" stepKey =" getOrderId" />
8484
8585 <!-- 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" />
8993 <waitForPageLoad stepKey =" waitForAdminSalesOrderViewPageLoad" />
9094
9195 <!-- Check Order History block-->
You can’t perform that action at this time.
0 commit comments