Skip to content

Commit 5885834

Browse files
committed
MC-13097: Logging during checkout for Customer without addresses in address book
1 parent 5019e63 commit 5885834

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCustomerLoginDuringCheckoutTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
<argument name="customer" value="CustomerEntityOne"/>
6565
</actionGroup>
6666

67+
<!-- Block with email is disappeared -->
68+
<dontSeeElement selector="{{CheckoutShippingSection.email}}" stepKey="dontSeeEmailBlock"/>
69+
6770
<!-- Shipping form is pre-filed with first name and last name -->
6871
<seeInField selector="{{CheckoutShippingSection.firstName}}" userInput="{{CustomerEntityOne.firstname}}" stepKey="seeCustomerFirstNameInField"/>
6972
<seeInField selector="{{CheckoutShippingSection.lastName}}" userInput="{{CustomerEntityOne.lastname}}" stepKey="seeCustomerLastNameInField"/>

0 commit comments

Comments
 (0)