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 1313 <argument name =" customer" defaultValue =" Simple_US_Customer" type =" entity" />
1414 <argument name =" customerAddress" defaultValue =" US_Address_TX" type =" entity" />
1515 </arguments >
16+ <waitForElementVisible selector =" {{CheckoutShippingSection.emailAddress}}" stepKey =" waitForCustomerEmailField" />
1617 <fillField selector =" {{CheckoutShippingSection.emailAddress}}" userInput =" {{customer.email}}" stepKey =" setCustomerEmail" />
1718 <fillField selector =" {{CheckoutShippingSection.firstName}}" userInput =" {{customer.firstname}}" stepKey =" SetCustomerFirstName" />
1819 <fillField selector =" {{CheckoutShippingSection.lastName}}" userInput =" {{customer.lastname}}" stepKey =" SetCustomerLastName" />
You can’t perform that action at this time.
0 commit comments