Skip to content

Commit d382b03

Browse files
committed
Merge branch '2.4-develop' of https://github.com/magento-commerce/magento2ce into Tier4-Kings-PR-08-23-2024
2 parents df96d36 + d06337a commit d382b03

8 files changed

+17
-3
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/OnePageCheckoutUsingSignInLinkTest.xml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<group value="checkout"/>
2020
<group value="mtf_migrated"/>
2121
<group value="cloud"/>
22+
<group value="pr_exclude"/>
23+
<group value="3rd_party_integration"/>
2224
</annotations>
2325
<before>
2426
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>

app/code/Magento/InstantPurchase/Test/Mftf/Test/StorefrontInstantPurchaseFunctionalityNegativeScenarioTest.xml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<group value="instant_purchase"/>
1919
<group value="vault"/>
2020
<group value="paypal"/>
21+
<group value="pr_exclude"/>
22+
<group value="3rd_party_integration"/>
2123
</annotations>
2224
<before>
2325
<magentoCLI command="downloadable:domains:add" arguments="example.com static.magento.com" stepKey="addDownloadableDomain"/>

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<severity value="MAJOR"/>
1717
<testCaseId value="AC-5264"/>
1818
<group value="paypalPayflowPro"/>
19+
<group value="pr_exclude"/>
20+
<group value="3rd_party_integration"/>
1921
</annotations>
2022
<before>
2123
<!--Create Simple product-->
@@ -121,4 +123,4 @@
121123
<waitForElementClickable selector="{{AdminProductFormActionSection.backButton}}" stepKey="waitForBackButtonToBeClickedFromRefund"/>
122124
<click selector="{{AdminProductFormActionSection.backButton}}" stepKey="clickBackButtonFromRefund"/>
123125
</test>
124-
</tests>
126+
</tests>

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<severity value="MAJOR"/>
1717
<testCaseId value="AC-5272"/>
1818
<group value="paypalPayflowPro"/>
19+
<group value="pr_exclude"/>
20+
<group value="3rd_party_integration"/>
1921
</annotations>
2022
<before>
2123
<createData entity="SimpleProduct" stepKey="createSimpleProduct1"/>
@@ -103,4 +105,4 @@
103105
<actionGroup ref="AdminOpenOrderCommentsHistoryActionGroup" stepKey="clickOnCommentsHistory"/>
104106
<waitForText selector="{{AdminOrderCommentsTabSection.orderComment}}" userInput="Authorized amount of $384.00. Transaction ID: &quot;{$grabATransactionID}&quot;" stepKey="seeOrderHistoryNotes"/>
105107
</test>
106-
</tests>
108+
</tests>

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

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<description value="Checkout with invalid credit card details through Paypal payflow credit card payment method"/>
1616
<severity value="MINOR"/>
1717
<testCaseId value="AC-8920"/>
18+
<group value="pr_exclude"/>
19+
<group value="3rd_party_integration"/>
1820
</annotations>
1921
<before>
2022
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>

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

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<testCaseId value="AC-5199"/>
1919
<group value="paypalPayflowPro"/>
2020
<group value="3rd_party_integration"/>
21+
<group value="pr_exclude"/>
2122
</annotations>
2223
<!-- Checkout select Credit Card (Payflow Pro) and place order-->
2324
<conditionalClick selector="{{StorefrontCheckoutPaymentMethodSection.checkPaymentMethodByName('Credit Card (Payflow Pro)')}}" dependentSelector="{{StorefrontCheckoutPaymentMethodSection.checkPaymentMethodByName('Check / Money order')}}" visible="true" stepKey="selectPaymentMethod"/>

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<severity value="CRITICAL"/>
1717
<testCaseId value="AC-5685"/>
1818
<group value="paypalPayflowPro"/>
19+
<group value="pr_exclude"/>
20+
<group value="3rd_party_integration"/>
1921
</annotations>
2022
<before>
2123
<createData entity="VirtualProduct" stepKey="createVirtualProduct"/>
@@ -74,4 +76,4 @@
7476
<actionGroup ref="AdminOpenTransactionsTabInOrderPageActionGroup" stepKey="openTransactionTabOrdersPage"/>
7577
<waitForText selector="{{AdminTransactionsGridSection.transactionId}}" userInput="$grabTransactionID" stepKey="getVoidTransaction"/>
7678
</test>
77-
</tests>
79+
</tests>

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

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<testCaseId value="AC-5461"/>
1818
<group value="paypalPaymentsPro"/>
1919
<group value="3rd_party_integration"/>
20+
<group value="pr_exclude"/>
2021
</annotations>
2122
<before>
2223
<createData entity="SimpleProduct" stepKey="createSimpleProduct"/>

0 commit comments

Comments
 (0)