File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 36
36
<argument name =" productName" value =" $createProduct.name$$" />
37
37
</actionGroup >
38
38
<actionGroup ref =" GoToCheckoutFromMinicartActionGroup" stepKey =" goToCheckoutFromMinicart" />
39
- <fillField selector =" {{CheckoutShippingSection.email }}" userInput =" {{CustomerEntityOne.email}}" stepKey =" enterEmail" />
39
+ <fillField selector =" {{CheckoutShippingSection.emailAddress }}" userInput =" {{CustomerEntityOne.email}}" stepKey =" enterEmail" />
40
40
<fillField selector =" {{CheckoutShippingSection.firstName}}" userInput =" {{CustomerEntityOne.firstname}}" stepKey =" enterFirstName" />
41
41
<fillField selector =" {{CheckoutShippingSection.lastName}}" userInput =" {{CustomerEntityOne.lastname}}" stepKey =" enterLastName" />
42
42
<fillField selector =" {{CheckoutShippingSection.street}}" userInput =" {{CustomerAddressSimple.street[0]}}" stepKey =" enterStreet" />
You can’t perform that action at this time.
0 commit comments