File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/Checkout/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 13
13
<argument name =" customer" defaultValue =" Simple_US_Customer" type =" entity" />
14
14
<argument name =" customerAddress" defaultValue =" US_Address_TX" type =" entity" />
15
15
</arguments >
16
+ <waitForElementVisible selector =" {{CheckoutShippingSection.emailAddress}}" stepKey =" waitForCustomerEmailField" />
16
17
<fillField selector =" {{CheckoutShippingSection.emailAddress}}" userInput =" {{customer.email}}" stepKey =" setCustomerEmail" />
17
18
<fillField selector =" {{CheckoutShippingSection.firstName}}" userInput =" {{customer.firstname}}" stepKey =" SetCustomerFirstName" />
18
19
<fillField selector =" {{CheckoutShippingSection.lastName}}" userInput =" {{customer.lastname}}" stepKey =" SetCustomerLastName" />
You can’t perform that action at this time.
0 commit comments