Skip to content

Commit 9e7230b

Browse files
Merge pull request #9638 from magento-gl/ACQE-Version2-functional-mainline-deployment
Bengals ACQE Functional Deployment
2 parents 9a7352b + ad9cd6b commit 9e7230b

13 files changed

+62
-25
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateCustomDropDownOptionsActionGroup.xml

+3-2
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

@@ -20,6 +20,7 @@
2020
<argument name="secondOption" type="entity"/>
2121
</arguments>
2222

23+
<waitForElementClickable stepKey="waitForAddOptions" selector="{{AdminProductCustomizableOptionsSection.addOptionBtn}}"/>
2324
<click stepKey="clickAddOptions" selector="{{AdminProductCustomizableOptionsSection.addOptionBtn}}"/>
2425
<waitForPageLoad stepKey="waitForAddProductPageLoad"/>
2526

app/code/Magento/Catalog/Test/Mftf/Section/AdminProductGridFilterSection.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
4+
* Copyright 2024 Adobe
5+
* All rights reserved.
56
* See COPYING.txt for license details.
67
*/
78
-->
@@ -43,5 +44,6 @@
4344
<element name="customAttribute" type="text" selector="input.admin__control-text[name='{{var}}']" parameterized="true"/>
4445
<element name="crossSellFilters" type="button" selector="//*[contains(@class, 'crosssell_product')]//button[text()='Filters']"/>
4546
<element name="upSellFilters" type="button" selector="//*[contains(@class, 'upsell_product')]//button[text()='Filters']"/>
47+
<element name="removeFilters" type="button" selector="(//button[contains(@class, 'action-remove')])[1]"/>
4648
</section>
4749
</sections>

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

+5-2
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

@@ -18,8 +18,11 @@
1818
<testCaseId value="AC-6086"/>
1919
<useCaseId value="ACP2E-980"/>
2020
<group value="SimpleProduct"/>
21+
<group value="pr_exclude"/>
2122
</annotations>
2223

24+
<scrollTo selector="{{AdminProductCustomizableOptionsSection.customizableOptions}}" stepKey="scrollToCustomOptions"/>
25+
2326
<!-- Create two more custom options with 2 values -->
2427
<actionGroup ref="AdminCreateCustomDropDownOptionsActionGroup" stepKey="createSecondCustomOption">
2528
<argument name="customOptionName" value="{{ProductOptionDropDown.title}}2"/>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminAddingNewOptionsWithImagesAndPricesToConfigurableProductTest.xml

+6-2
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

@@ -114,6 +114,10 @@
114114
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="runCronIndex">
115115
<argument name="indices" value=""/>
116116
</actionGroup>
117+
<!--Clean cache-->
118+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="flushCache">
119+
<argument name="tags" value=""/>
120+
</actionGroup>
117121
<!--Go to frontend and check image and price-->
118122
<amOnPage url="{{StorefrontProductPage.url($$createConfigProductCreateConfigurableProduct.custom_attributes[url_key]$$)}}" stepKey="goToProductPage"/>
119123

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright 2025 Adobe
5+
* All Rights Reserved.
6+
*/
7+
-->
8+
9+
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11+
<actionGroup name="StorefrontSignUpForNewsLetterActionGroup">
12+
<annotations>
13+
<description>Checks the Newsletter Sign-Up checkbox</description>
14+
</annotations>
15+
<checkOption selector="{{StorefrontCustomerCreateFormSection.signUpForNewsletter}}" stepKey="checkSignUpForNewsletter"/>
16+
</actionGroup>
17+
</actionGroups>

app/code/Magento/Customer/Test/Mftf/Test/AdminCreateNewCustomerOnStorefrontSignupNewsletterTest.xml

+7-4
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

@@ -32,9 +32,12 @@
3232
</after>
3333

3434
<!--Create new customer on storefront and signup news letter-->
35-
<actionGroup ref="StorefrontCreateCustomerSignedUpNewsletterActionGroup" stepKey="createCustomer">
36-
<argument name="customer" value="CustomerEntityOne" />
35+
<actionGroup ref="StorefrontOpenCustomerAccountCreatePageActionGroup" stepKey="openCreateAccountPage"/>
36+
<actionGroup ref="StorefrontFillCustomerAccountCreationFormActionGroup" stepKey="createCustomer">
37+
<argument name="customer" value="CustomerEntityOne"/>
3738
</actionGroup>
39+
<actionGroup ref="StorefrontSignUpForNewsLetterActionGroup" stepKey="clickOnSignUpButton"/>
40+
<actionGroup ref="StorefrontClickCreateAnAccountCustomerAccountCreationFormActionGroup" stepKey="submitCreateAccountForm"/>
3841

3942
<!--Assert verify created new customer in grid-->
4043
<actionGroup ref="AdminOpenCustomersGridActionGroup" stepKey="navigateToCustomers"/>

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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
-->
8+
89
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
910
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1011
<test name="AdminCaptureInvoiceForPaypalBillingAgreementTest">
@@ -16,6 +17,7 @@
1617
<severity value="MAJOR"/>
1718
<testCaseId value="AC-4942"/>
1819
<group value="3rd_party_integration"/>
20+
<group value="pr_exclude"/>
1921
</annotations>
2022
<before>
2123
<!-- Simple product is created -->

app/code/Magento/Persistent/Test/Mftf/Test/StorefrontVerifyShoppingCartPersistenceTest.xml

+3-2
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

@@ -19,6 +19,7 @@
1919
<group value="persistent"/>
2020
<group value="customer"/>
2121
<group value="cloud"/>
22+
<group value="pr_exclude"/>
2223
</annotations>
2324
<before>
2425
<!--Enable Persistence-->

app/code/Magento/Persistent/Test/Mftf/Test/StorefrontVerifyShoppingCartPersistenceUnderLongTermCookieTest.xml

+4-3
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

@@ -50,7 +50,8 @@
5050

5151
<!-- 1. Go to storefront and click the Create an Account link-->
5252
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="amOnHomePage"/>
53-
<click selector="{{StorefrontPanelHeaderSection.createAnAccountLink}}" stepKey="clickCreateAnAccountLink" />
53+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickCreateAnAccountLink"/>
54+
<actionGroup ref="StorefrontOpenCustomerAccountCreatePageActionGroup" stepKey="openCreateAccountPage"/>
5455
<actionGroup ref="StorefrontAssertPersistentRegistrationPageFields" stepKey="assertPersistentRegistrationPageFields"/>
5556

5657
<!-- 2. Fill fields for registration, set password and unselect the Remember Me checkbox-->

app/code/Magento/Search/Test/Mftf/Data/SearchTermData.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<entity name="SearchTerm" type="searchTerm">
1212
<data key="query_text" unique="suffix">Query text</data>
1313
<data key="store_id">1</data>
14-
<data key="redirect" unique="suffix">http://example.com/</data>
14+
<data key="redirect" unique="suffix">https://example.com/</data>
1515
<data key="display_in_terms">0</data>
1616
</entity>
1717
<entity name="UpdatedSearchTermData1" type="searchTerm">

app/code/Magento/Search/Test/Mftf/Test/StorefrontVerifySearchTermEntityRedirectTest.xml

+3-2
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

@@ -15,6 +15,7 @@
1515
<description value="Storefront search by created search term with redirect. Verifying if created redirect is working"/>
1616
<severity value="CRITICAL"/>
1717
<group value="cloud"/>
18+
<group value="pr_exclude"/>
1819
</annotations>
1920

2021
<before>

app/code/Magento/Translation/Test/Mftf/Test/StorefrontButtonsInlineTranslationOnProductPageTest.xml

+3-2
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

@@ -20,6 +20,7 @@
2020
<group value="translation"/>
2121
<group value="catalog"/>
2222
<group value="developer_mode_only"/>
23+
<group value="pr_exclude"/>
2324
</annotations>
2425
<before>
2526
<!-- Enable Translate Inline For Storefront -->

app/code/Magento/User/Test/Mftf/Data/UserData.xml

+3-2
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

@@ -204,6 +204,7 @@
204204
<data key="password">123123UPD</data>
205205
<data key="password_confirmation">123123UPD</data>
206206
<data key="current_password">{{_ENV.MAGENTO_ADMIN_PASSWORD}}</data>
207+
<data key="role">Administrators</data>
207208
<array key="roles">
208209
<item>1</item>
209210
</array>

0 commit comments

Comments
 (0)