Skip to content

Commit f7fb631

Browse files
ACQE-6817: CustomerOrderCancellationFromOrderHistoryTest
Removed unwanted code
1 parent 5c6cb79 commit f7fb631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/OrderCancellationUi/Test/Mftf/Test/CustomerOrderCancellationFromOrderHistoryTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<before>
1919
<!-- Enable configuration -->
2020
<magentoCLI command="config:set sales/cancellation/enabled 1" stepKey="EnablingSalesCancellation"/>
21+
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2122
<createData entity="_defaultCategory" stepKey="createCategory"/>
2223
<createData entity="_defaultProduct" stepKey="createSimpleProduct">
2324
<requiredEntity createDataKey="createCategory"/>
@@ -79,7 +80,6 @@
7980
<grabTextFrom selector="{{CustomerOrderCancellationSection.referenceToLatestOrderId}}" stepKey="getOrderId"/>
8081

8182
<!--Go to Admin Sales Order View Page-->
82-
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
8383
<amOnPage url="{{AdminSalesOrderViewPage.url({$getOrderId})}}" stepKey="navigateToSalesOrderViewPage"/>
8484
<waitForPageLoad stepKey="waitForAdminSalesOrderViewPageLoad"/>
8585

0 commit comments

Comments
 (0)