Skip to content

Commit 4ae2306

Browse files
authored
Merge pull request #5870 from magento-pangolin/3.0.0
[pangolin] deliver MFTF 3.0.0 to 2.4-develop
2 parents 0516c8b + 950d504 commit 4ae2306

12 files changed

+23
-225
lines changed

app/code/Magento/Backup/Test/Mftf/ActionGroup/deleteBackupActionGroup.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1010
<test name="AdminChangeProductAttributeGroupTest">
1111
<annotations>
12+
<stories value="Preserving attribute value after attribute group is changed"/>
1213
<title value="Preserving attribute value after attribute group is changed"/>
1314
<description value="Attribute value should be preserved after changing attribute group"/>
1415
<severity value="CRITICAL"/>

app/code/Magento/Indexer/Test/Mftf/ActionGroup/IndexerActionGroup/UpdateIndexerOnSaveActionGroup.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

app/code/Magento/Newsletter/Test/Mftf/Test/AdminMarketingDeleteNewsletterSubscriberTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<stories value="Subscribers Deleting"/>
1515
<title value="Admin deletes newsletter subscribers"/>
1616
<description value="Admin should be able delete newsletter subscribers"/>
17+
<severity value="CRITICAL"/>
1718
<group value="newsletter"/>
1819
</annotations>
1920
<before>

app/code/Magento/Newsletter/Test/Mftf/Test/StorefrontNewsletterGuestSubscriptionWithDisallowedOptionTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<stories value="Disabled Guest Newsletter Subscription"/>
1515
<title value="Newsletter Subscription for guest is disabled and cannot be performed"/>
1616
<description value="Guest cannot subscribe to Newsletter if it is disallowed in configurations"/>
17+
<severity value="AVERAGE"/>
1718
<group value="newsletter"/>
1819
<group value="configuration"/>
1920
<testCaseId value="MC-35728"/>

app/code/Magento/Newsletter/Test/Mftf/Test/VerifyRegistredLinkDisplayedForGuestSubscriptionNoTest.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
<magentoCLI command="config:set newsletter/subscription/allow_guest_subscribe 0"
2424
stepKey="setConfigGuestSubscriptionDisable"/>
2525
</before>
26-
<actionGroup ref="StorefrontCreateNewSubscriberActionGroup" stepKey="createSubscriber"/>
26+
<amOnPage url="{{StorefrontHomePage.url}}" stepKey="amOnStorefrontPage"/>
27+
<submitForm selector="{{BasicFrontendNewsletterFormSection.subscribeForm}}"
28+
parameterArray="['email' => '{{_defaultNewsletter.senderEmail}}']"
29+
button="{{BasicFrontendNewsletterFormSection.subscribeButton}}" stepKey="submitForm"/>
30+
<waitForPageLoad stepKey="waitForPageLoad"/>
31+
<waitForElementVisible stepKey="waitForErrorAppears" selector="{{StorefrontMessagesSection.error}}"/>
2732
</test>
2833
</tests>

app/code/Magento/Wishlist/Test/Mftf/Test/AdminDeleteCustomerWishListItemTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<stories value="Wishlist items deleting"/>
1515
<title value="Admin deletes an item from customer wishlist"/>
1616
<description value="Admin Should be able delete items from customer wishlist"/>
17+
<severity value="AVERAGE"/>
1718
<testCaseId value="MC-35170"/>
1819
<group value="wishlist"/>
1920
</annotations>

app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontDisabledCustomerWishlistFunctionalityTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<title value="Wishlist Functionality is disabled in system configurations and not visible on FE"/>
1616
<description value="Customer should not see wishlist functionality if it's disabled"/>
1717
<testCaseId value="MC-35200"/>
18+
<severity value="AVERAGE"/>
1819
<group value="wishlist"/>
1920
<group value="configuration"/>
2021
</annotations>

app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontShareWishlistWithMoreThanMaximumAllowedEmailsQtyTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<title value="Sharing wishlist with more than Maximum Allowed Emails qty"/>
1616
<description value="Customer should not have a possibility share wishlist with more than maximum allowed emails qty"/>
1717
<testCaseId value="MC-35167"/>
18+
<severity value="AVERAGE"/>
1819
<group value="wishlist"/>
1920
<group value="configuration"/>
2021
</annotations>

app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontShareWishlistWithMoreThanMaximumAllowedTextLengthLimitTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<title value="Sharing wishlist with more than Maximum Allowed Text Length Limit"/>
1616
<description value="Customer should not have a possibility share wishlist with more than maximum allowed Email Text Length Limit"/>
1717
<testCaseId value="MC-35647"/>
18+
<severity value="AVERAGE"/>
1819
<group value="wishlist"/>
1920
<group value="configuration"/>
2021
</annotations>

0 commit comments

Comments
 (0)