Skip to content

Commit 7ceb405

Browse files
committed
Merge branch 'ACQE-6694' into ACQE-6879-functional-mainline-deployment
2 parents 84d3034 + 4b2e734 commit 7ceb405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/Test/Mftf/Test/AdminCreateOrderWithCustomerWithoutEmailTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
<argument name="email" value="@example.com"/>
5555
</actionGroup>
5656
<grabTextFrom selector="{{AdminOrderDetailsInformationSection.customerEmail}}" stepKey="generatedCustomerEmail"/>
57-
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomer" />
58-
<actionGroup ref="DeleteCustomerByEmailActionGroup" stepKey="deleteCustomer">
57+
<actionGroup ref="DeleteCustomerByEmailActionGroup" stepKey="deleteCustomer">
5958
<argument name="email" value="$generatedCustomerEmail"/>
6059
</actionGroup>
6160
<actionGroup ref="ResetAdminDataGridToDefaultViewActionGroup" stepKey="resetGrid"/>
61+
<comment userInput="Adding the comment to replace customer logout action for preserving Backward Compatibility" stepKey="logoutCustomer"/>
6262
</test>
6363
</tests>

0 commit comments

Comments
 (0)