Skip to content

Commit 3854147

Browse files
ACQE-6168: Reverting admin login changes
1 parent 3b89967 commit 3854147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<before>
3131
<!-- Enable configuration -->
3232
<magentoCLI command="config:set sales/cancellation/enabled 1" stepKey="EnablingSalesCancellation"/>
33+
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
3334
<createData entity="_defaultCategory" stepKey="createCategory"/>
3435
<createData entity="_defaultProduct" stepKey="createSimpleProduct">
3536
<requiredEntity createDataKey="createCategory"/>
@@ -93,7 +94,6 @@
9394
<grabTextFrom selector="{{CustomerOrderCancellationSection.referenceToLatestOrderId}}" stepKey="getOrderId"/>
9495

9596
<!--Go to Admin Sales Order View Page-->
96-
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
9797
<amOnPage url="{{AdminSalesOrderViewPage.url({$getOrderId})}}" stepKey="navigateToSalesOrderViewPage"/>
9898
<waitForPageLoad stepKey="waitForAdminSalesOrderViewPageLoad"/>
9999

0 commit comments

Comments
 (0)