Skip to content

Commit 3adfec7

Browse files
ACQE-7610: AdminCancelPaypalExpressCheckoutTest
Adding pr_exclude back
1 parent f669ca3 commit 3adfec7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<testCaseId value="AC-6116"/>
1818
<group value="3rd_party_integration"/>
1919
<group value="paypal"/>
20+
<group value="pr_exclude"/>
2021
</annotations>
2122
<before>
2223
<!-- Create Product -->
@@ -57,5 +58,9 @@
5758
<!-- Login to Paypal in-context-->
5859
<actionGroup ref="StorefrontLoginToPayPalPaymentAccountTwoStepActionGroup" stepKey="loginToPayPal"/>
5960
<actionGroup ref="StorefrontPaypalSwitchBackToMagentoFromCheckoutPageActionGroup" stepKey="confirmPaymentAndGoBackToMagento"/>
61+
<actionGroup ref="StorefrontPlaceOrderOnOrderReviewPageActionGroup" stepKey="clickPlaceOrderBtn"/>
62+
<!-- I see order successful Page -->
63+
<waitForElementVisible selector="{{CheckoutSuccessMainSection.orderNumber}}" stepKey="waitForOrderNumberToBeGrabbed"/>
64+
<grabTextFrom selector="{{CheckoutSuccessMainSection.orderNumber}}" stepKey="grabOrderNumber"/>
6065
</test>
6166
</tests>

0 commit comments

Comments
 (0)