Skip to content

Commit a4a0e13

Browse files
pavanpavan
authored andcommitted
Changed actiongroup
1 parent 9cf195b commit a4a0e13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Paypal/Test/Mftf/ActionGroup/GuestCheckoutShippingAddressFillingActionGroup.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<selectOption selector="{{CheckoutShippingSection.region}}" userInput="{{address.state}}" stepKey="selectRegion"/>
2626
<fillField selector="{{CheckoutShippingSection.postcode}}" userInput="{{address.postcode}}" stepKey="fillZipCode"/>
2727
<fillField selector="{{CheckoutShippingSection.telephone}}" userInput="{{address.telephone}}" stepKey="fillPhone"/>
28+
<scrollToTopOfPage stepKey="scrollToTopOfPage"/>
29+
<scrollTo selector="{{CmsNewPagePageContentSection.emailAddress}}" stepKey="scrollToEmailAddress"/>
2830
<waitForElementVisible selector="{{CheckoutShippingSection.emailAddress}}" stepKey="waitForEmailFieldVisible" />
2931
<fillField selector="{{CheckoutShippingSection.emailAddress}}" userInput="{{customer.email}}" stepKey="fillEmailField"/>
3032
</actionGroup>

0 commit comments

Comments
 (0)