Skip to content

Commit e62a916

Browse files
committed
ACQE-5754 : Create Order User PayPalExpress Checkout With Payment Action Is Sale
paypal expreess checkout with flatrate shipping
1 parent 4b442d8 commit e62a916

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@
7070
<!--Login to Paypal in-context-->
7171
<actionGroup ref="StorefrontLoginToPayPalPaymentAccountTwoStepActionGroup" stepKey="LoginToPayPal"/>
7272
<!--Verify Buyer shipping address -->
73-
<actionGroup ref="StorefrontAssertOrderDetailsOnPayPalPageActionGroup" stepKey="assertOrderDetails">
74-
<argument name="shippingAddress" value="7700 West Parmer Lane, Austin, TX 78729"/>
75-
</actionGroup>
73+
<waitForText selector="{{PayPalPaymentSection.shippingAddress}}" userInput="7700 West Parmer Lane, Austin, TX 78729" stepKey="assertShippingAddress"/>
7674
<actionGroup ref="StorefrontPaypalSwitchBackToMagentoFromCheckoutPageActionGroup" stepKey="confirmPaymentAndGoBackToMagento"/>
7775
<!-- See order successful Page instead of Order Review Page -->
7876
<waitForElement selector="{{CheckoutSuccessMainSection.successTitle}}" stepKey="waitForLoadSuccessPageTitle"/>

0 commit comments

Comments
 (0)