Skip to content

Commit 2686a42

Browse files
pavanpavan
authored andcommitted
Changes made as per latest comments
1 parent 067d0d0 commit 2686a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<description value="As a customer I want to be able to buy goods using Checkout with PayPal button from Product page and use Free Shipping"/>
1616
<severity value="CRITICAL"/>
1717
<testCaseId value="AC-6150"/>
18+
<group value="3rd_party_integration"/>
1819
</annotations>
1920
<before>
2021
<!-- Simple product is created and assigned to category -->
@@ -78,8 +79,7 @@
7879
<argument name="product" value="$$createProduct$$"/>
7980
</actionGroup>
8081
<!-- Goto Checkout Page -->
81-
<actionGroup ref="GoToCheckoutFromMinicartActionGroup" stepKey="goToCheckoutFromMinicart"/>
82-
<waitForPageLoad stepKey="waitForShippingPage"/>
82+
<actionGroup ref="StorefrontCartPageOpenActionGroup" stepKey="goToCheckout"/>
8383
<!--Fill Shipping Address-->
8484
<actionGroup ref="FillGuestCheckoutShippingAddressFormActionGroup" stepKey="fillShippingAddress"/>
8585
<selectOption selector="{{CheckoutCartSummarySection.stateProvince}}" userInput="Texas" stepKey="fillState"/>

0 commit comments

Comments
 (0)