File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/Checkout/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 17
17
<argument name =" address" type =" entity" />
18
18
</arguments >
19
19
20
- <waitForElementVisible selector =" {{CheckoutShippingSection.emailAddress}}" stepKey =" waitForEmailFieldVisible" />
21
- <fillField selector =" {{CheckoutShippingSection.emailAddress}}" userInput =" {{customer.email}}" stepKey =" fillEmailField" />
20
+ <!-- <waitForElementVisible selector="{{CheckoutShippingSection.emailAddress}}" stepKey="waitForEmailFieldVisible" />-->
21
+ <!-- <fillField selector="{{CheckoutShippingSection.emailAddress}}" userInput="{{customer.email}}" stepKey="fillEmailField"/>-->
22
+ <waitForElementVisible selector =" {{CheckoutShippingSection.firstName}}" stepKey =" waitForFirstNameVisible" />
22
23
<fillField selector =" {{CheckoutShippingSection.firstName}}" userInput =" {{customer.firstName}}" stepKey =" fillFirstName" />
23
24
<fillField selector =" {{CheckoutShippingSection.lastName}}" userInput =" {{customer.lastName}}" stepKey =" fillLastName" />
24
25
<fillField selector =" {{CheckoutShippingSection.street}}" userInput =" {{address.street[0]}}" stepKey =" fillStreet" />
You can’t perform that action at this time.
0 commit comments