File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/Paypal/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 25
25
<selectOption selector =" {{CheckoutShippingSection.region}}" userInput =" {{address.state}}" stepKey =" selectRegion" />
26
26
<fillField selector =" {{CheckoutShippingSection.postcode}}" userInput =" {{address.postcode}}" stepKey =" fillZipCode" />
27
27
<fillField selector =" {{CheckoutShippingSection.telephone}}" userInput =" {{address.telephone}}" stepKey =" fillPhone" />
28
+ <scrollToTopOfPage stepKey =" scrollToTopOfPage" />
29
+ <scrollTo selector =" {{CmsNewPagePageContentSection.emailAddress}}" stepKey =" scrollToEmailAddress" />
28
30
<waitForElementVisible selector =" {{CheckoutShippingSection.emailAddress}}" stepKey =" waitForEmailFieldVisible" />
29
31
<fillField selector =" {{CheckoutShippingSection.emailAddress}}" userInput =" {{customer.email}}" stepKey =" fillEmailField" />
30
32
</actionGroup >
You can’t perform that action at this time.
0 commit comments