Skip to content

Commit 3976728

Browse files
ACQE-6694: AdminCreateOrderWithCustomerWithoutEmailTest
Test fix for AdminCreateOrderWithCustomerWithoutEmailTest
1 parent d290f35 commit 3976728

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+
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutCustomer"/>
6262
</test>
6363
</tests>

0 commit comments

Comments
 (0)