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