Skip to content

Commit 6e87989

Browse files
authored
Merge pull request #9712 from magento-gl/ACQE-Version4-1-functional-mainline-deployment
Bengals ACQE functional deployment
2 parents eb491c0 + 9bf7820 commit 6e87989

5 files changed

+18
-7
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontEnsureThatAccordionAnchorIsVisibleOnViewportOnceClickedTest.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2025 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88

@@ -122,6 +122,9 @@
122122
<actionGroup ref="AdminOpenReviewByUserNicknameActionGroup" stepKey="openFirstCustomerReviews"/>
123123
<actionGroup ref="AdminChangeReviewStatusActionGroup" stepKey="changeFirstReviewStatus"/>
124124
<actionGroup ref="AdminSaveReviewActionGroup" stepKey="saveModeratedFirstReview"/>
125+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cacheClean">
126+
<argument name="tags" value="config"/>
127+
</actionGroup>
125128

126129
<!-- Moderate second product reviews: change review status from pending to approved, save -->
127130
<actionGroup ref="ClearFiltersAdminDataGridActionGroup" stepKey="clearFilter"/>

app/code/Magento/CatalogRule/Test/Mftf/Test/CatalogPriceRuleAndCustomerGroupMembershipArePersistedUnderLongTermCookieTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright 2018 Adobe
4+
* Copyright 2025 Adobe
55
* All Rights Reserved.
66
*/
77
-->
@@ -17,6 +17,8 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-27571"/>
1919
<group value="persistent"/>
20+
<!-- added pr_exclude group as this test failing repeatedly and will be fixed and removed in this ACQE-7751 -->
21+
<group value="pr_exclude"/>
2022
</annotations>
2123
<before>
2224

app/code/Magento/MediaGalleryUi/Test/Mftf/Test/AdminEnhancedMediaGalleryVerifyUsedInFilterTest.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2024 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88

@@ -75,7 +75,9 @@
7575
<actionGroup ref="AdminSaveCategoryActionGroup" stepKey="saveCategory"/>
7676
<actionGroup ref="AdminOpenMediaGalleryTinyMceActionGroup" stepKey="openMediaGalleryFromWysiwygToFilterIMage"/>
7777
<actionGroup ref="ResetAdminDataGridToDefaultViewActionGroup" stepKey="resetToDefaultView"/>
78-
78+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache">
79+
<argument name="tags" value="config full_page"/>
80+
</actionGroup>
7981
<actionGroup ref="AdminEnhancedMediaGalleryExpandFilterActionGroup" stepKey="expandFilters"/>
8082
<actionGroup ref="AdminMediaGalleryApplyUsedInFilterActionGroup" stepKey="applyUsedInCategoryFilter">
8183
<argument name="entityType" value="Categories"/>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<severity value="CRITICAL"/>
1717
<testCaseId value="AC-6116"/>
1818
<group value="3rd_party_integration"/>
19+
<group value="paypal"/>
1920
<group value="pr_exclude"/>
2021
</annotations>
2122
<before>
@@ -57,6 +58,7 @@
5758
<!-- Login to Paypal in-context-->
5859
<actionGroup ref="StorefrontLoginToPayPalPaymentAccountTwoStepActionGroup" stepKey="loginToPayPal"/>
5960
<actionGroup ref="StorefrontPaypalSwitchBackToMagentoFromCheckoutPageActionGroup" stepKey="confirmPaymentAndGoBackToMagento"/>
61+
<waitForPageLoad stepKey="waitForPageLoadAfterPayment"/>
6062
<actionGroup ref="StorefrontPlaceOrderOnOrderReviewPageActionGroup" stepKey="clickPlaceOrderBtn"/>
6163
<!-- I see order successful Page -->
6264
<waitForElementVisible selector="{{CheckoutSuccessMainSection.orderNumber}}" stepKey="waitForOrderNumberToBeGrabbed"/>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
<actionGroup ref="AdminOpenPayPalAdvancedFrontendExperienceFeaturesPageActionGroup" stepKey= "openFeatures"/>
4949
<dontSeeOptionIsSelected selector="{{PayPalAdvancedFrontendExperienceFeaturesSection.disableFundingOptionsMultiselect('us')}}" userInput="PayPal Credit" stepKey="dontSeePayPalCreditOptionIsSelected" />
5050
<!--Enable paypal solution-->
51-
<actionGroup ref="AdminAssertEnableThisSolutionAndInContextCheckoutValueActionGroup" stepKey= "adminConfigPaypalExpressCheckout"/>
51+
<actionGroup ref="AdminPayPalExpressCheckoutEnableActionGroup" stepKey="adminConfigPaypalExpressCheckout">
52+
<argument name="credentials" value="SamplePaypalExpressConfig2"/>
53+
</actionGroup>
5254
<!--Go to storefront and add product to cart -->
5355
<actionGroup ref="StorefrontOpenProductEntityPageActionGroup" stepKey="goToProductOnStorefront">
5456
<argument name="product" value="$$simpleProduct$$"/>

0 commit comments

Comments
 (0)