We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c72f5 commit f2ee0b1Copy full SHA for f2ee0b1
app/code/Magento/Paypal/Test/Mftf/Test/GuestCheckoutUsingPayPalExpressCheckoutTest.xml
@@ -79,7 +79,8 @@
79
<argument name="product" value="$$createProduct$$"/>
80
</actionGroup>
81
<!-- Goto Checkout Page -->
82
- <actionGroup ref="StorefrontCartPageOpenActionGroup" stepKey="goToCheckout"/>
+ <actionGroup ref="GoToCheckoutFromMinicartActionGroup" stepKey="goToCheckoutFromMinicart"/>
83
+ <waitForPageLoad stepKey="waitForShippingPage"/>
84
<!--Fill Shipping Address-->
85
<actionGroup ref="FillGuestCheckoutShippingAddressFormActionGroup" stepKey="fillShippingAddress"/>
86
<selectOption selector="{{CheckoutCartSummarySection.stateProvince}}" userInput="Texas" stepKey="fillState"/>
0 commit comments