Skip to content

Commit 067d0d0

Browse files
pavanpavan
authored andcommitted
Changed actiongroup
1 parent 66ccba4 commit 067d0d0

File tree

2 files changed

+3
-37
lines changed

2 files changed

+3
-37
lines changed

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

Lines changed: 0 additions & 33 deletions
This file was deleted.

app/code/Magento/Paypal/Test/Mftf/Test/GuestCheckoutUsingPayPalExpressCheckoutTest.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,9 @@
8181
<actionGroup ref="GoToCheckoutFromMinicartActionGroup" stepKey="goToCheckoutFromMinicart"/>
8282
<waitForPageLoad stepKey="waitForShippingPage"/>
8383
<!--Fill Shipping Address-->
84-
<actionGroup ref="GuestCheckoutShippingAddressFillingActionGroup" stepKey="fillShippingAddress">
85-
<argument name="customer" value="$$createCustomer$$" />
86-
<argument name="address" value="US_Address_TX"/>
87-
</actionGroup>
84+
<actionGroup ref="FillGuestCheckoutShippingAddressFormActionGroup" stepKey="fillShippingAddress"/>
85+
<selectOption selector="{{CheckoutCartSummarySection.stateProvince}}" userInput="Texas" stepKey="fillState"/>
86+
<waitForPageLoad stepKey="waitForShippingPageToLoad"/>
8887
<!-- Select Free Shipping -->
8988
<actionGroup ref="StorefrontSetShippingMethodActionGroup" stepKey="setShippingMethodFreeShipping">
9089
<argument name="shippingMethodName" value="Free Shipping"/>

0 commit comments

Comments
 (0)