Skip to content

Commit 7a507b5

Browse files
ENGCOM-6169: Fixed MFTF deprecation errors #25283
- Merge Pull Request #25283 from drpayyne/magento2:codefix/mftf-01 - Merged commits: 1. 13d746d
2 parents 5e07374 + 13d746d commit 7a507b5

7 files changed

+7
-0
lines changed

app/code/Magento/Backend/Test/Mftf/Test/AdminCheckLocaleAndDeveloperConfigInDeveloperModeTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<test name="AdminCheckLocaleAndDeveloperConfigInDeveloperModeTest">
1212
<annotations>
1313
<features value="Backend"/>
14+
<stories value="Menu Navigation"/>
1415
<title value="Check locale dropdown and developer configuration page are available in developer mode"/>
1516
<description value="Check locale dropdown and developer configuration page are available in developer mode"/>
1617
<group value="backend"/>

app/code/Magento/Backend/Test/Mftf/Test/AdminCheckLocaleAndDeveloperConfigInProductionModeTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<test name="AdminCheckLocaleAndDeveloperConfigInProductionModeTest">
1212
<annotations>
1313
<features value="Backend"/>
14+
<stories value="Menu Navigation"/>
1415
<title value="Check locale dropdown and developer configuration page are not available in production mode"/>
1516
<description value="Check locale dropdown and developer configuration page are not available in production mode"/>
1617
<testCaseId value="MC-14106" />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<test name="DisplayRefreshCacheAfterChangingCategoryPageLayoutTest">
1212
<annotations>
1313
<features value="Catalog"/>
14+
<stories value="Category Layout Change"/>
1415
<title value="'Refresh cache' admin notification is displayed when changing category page layout"/>
1516
<description value="'Refresh cache' message is not displayed when changing category page layout"/>
1617
<severity value="MAJOR"/>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<test name="AdminProductBackRedirectNavigateFromCustomerViewCartProduct">
1212
<annotations>
1313
<features value="Customer"/>
14+
<stories value="Product Back Button"/>
1415
<title value="Product back redirect navigate from customer view cart product"/>
1516
<description value="Back button on product page is redirecting to customer page if opened form shopping cart"/>
1617
<severity value="MINOR"/>

app/code/Magento/ImportExport/Test/Mftf/Test/AdminProductImportCSVFileCorrectDifferentFilesTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<annotations>
1313
<description value="Product import from CSV file correct from different files."/>
1414
<features value="Import/Export"/>
15+
<stories value="Product Import"/>
1516
<title value="Product import from CSV file correct from different files."/>
1617
<severity value="MAJOR"/>
1718
<testCaseId value="MC-17104"/>

app/code/Magento/Swatches/Test/Mftf/Test/AdminDisablingSwatchTooltipsTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<test name="AdminDisablingSwatchTooltipsTest">
1212
<annotations>
1313
<features value="Swatches"/>
14+
<stories value="Swatch Tooltip Status Change"/>
1415
<title value="Admin disabling swatch tooltips test."/>
1516
<description value="Verify possibility to disable/enable swatch tooltips."/>
1617
<severity value="AVERAGE"/>

app/code/Magento/Weee/Test/Mftf/Test/AdminFixedTaxValSavedForSpecificWebsiteTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<test name="AdminFixedTaxValSavedForSpecificWebsiteTest">
1212
<annotations>
1313
<features value="Tax"/>
14+
<stories value="Website Specific Fixed Product Tax"/>
1415
<title value="Fixed Product Tax value is saved correctly for Specific Website"/>
1516
<description value="Fixed Product Tax value is saved correctly for Specific Website"/>
1617
<severity value="MAJOR"/>

0 commit comments

Comments
 (0)