Skip to content

Commit a430059

Browse files
committed
MQE-2220: updated mftf version to ^3.0
- removed deprecated action groups as they are removed from 2.4.0 - fixed test annotation errors
1 parent f8f1e5e commit a430059

File tree

7 files changed

+13
-224
lines changed

7 files changed

+13
-224
lines changed

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

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

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

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

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>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"friendsofphp/php-cs-fixer": "~2.16.0",
8989
"lusitanian/oauth": "~0.8.10",
9090
"magento/magento-coding-standard": "*",
91-
"magento/magento2-functional-testing-framework": "3.0.0-RC5",
91+
"magento/magento2-functional-testing-framework": "^3.0",
9292
"pdepend/pdepend": "~2.7.1",
9393
"phpcompatibility/php-compatibility": "^9.3",
9494
"phpmd/phpmd": "^2.8.0",

0 commit comments

Comments
 (0)