We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5019e63 commit 5885834Copy full SHA for 5885834
app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCustomerLoginDuringCheckoutTest.xml
@@ -64,6 +64,9 @@
64
<argument name="customer" value="CustomerEntityOne"/>
65
</actionGroup>
66
67
+ <!-- Block with email is disappeared -->
68
+ <dontSeeElement selector="{{CheckoutShippingSection.email}}" stepKey="dontSeeEmailBlock"/>
69
+
70
<!-- Shipping form is pre-filed with first name and last name -->
71
<seeInField selector="{{CheckoutShippingSection.firstName}}" userInput="{{CustomerEntityOne.firstname}}" stepKey="seeCustomerFirstNameInField"/>
72
<seeInField selector="{{CheckoutShippingSection.lastName}}" userInput="{{CustomerEntityOne.lastname}}" stepKey="seeCustomerLastNameInField"/>
0 commit comments