Skip to content

Commit d7545c6

Browse files
committed
B2B-1645: Add MFTF test for MC-38325 & MC-38947
- Updating annotations
1 parent 6e0fcce commit d7545c6

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

app/code/Magento/AwsS3/Test/Mftf/Test/AwsS3AdminImportDownloadableProductsWithFileLinksTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
products are imported successfully."/>
1818
<severity value="MAJOR"/>
1919
<group value="importExport"/>
20+
<group value="Downloadable"/>
2021
<group value="remote_storage_aws_s3"/>
2122
<skip>
2223
<issueId value="MC-39280"/>

app/code/Magento/AwsS3/Test/Mftf/Test/AwsS3AdminImportDownloadableProductsWithUrlLinksTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
products are imported successfully."/>
1818
<severity value="MAJOR"/>
1919
<group value="importExport"/>
20+
<group value="Downloadable"/>
2021
<group value="remote_storage_aws_s3"/>
2122
<skip>
2223
<issueId value="MC-39280"/>

app/code/Magento/DownloadableImportExport/Test/Mftf/Test/AdminImportDownloadableProductsWithFileLinksTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="AdminImportDownloadableProductsWithFileLinksTest">
1212
<annotations>
13-
<features value="Import/Export"/>
13+
<features value="DownloadableImportExport"/>
1414
<stories value="Import Products"/>
1515
<title value="Import Downloadable Products with File Links"/>
1616
<description value="Imports a .csv file containing a downloadable product with file links. Verifies that
1717
products are imported successfully and that the files are attached to the products as expected."/>
1818
<severity value="MAJOR"/>
1919
<testCaseId value="MC-38325"/>
2020
<group value="importExport"/>
21+
<group value="Downloadable"/>
2122
<skip>
2223
<issueId value="B2B-1648">Import needs images in downloadable links in var/import/images directory. MFTF only has access to dev/tests/acceptance/tests/_data</issueId>
2324
</skip>

app/code/Magento/DownloadableImportExport/Test/Mftf/Test/AdminImportDownloadableProductsWithUrlLinksTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="AdminImportDownloadableProductsWithUrlLinksTest">
1212
<annotations>
13-
<features value="Import/Export"/>
13+
<features value="DownloadableImportExport"/>
1414
<stories value="Import Products"/>
1515
<title value="Import Downloadable Products with Url Links"/>
1616
<description value="Imports a .csv file containing a downloadable product with url links. Verifies that
1717
products are imported successfully."/>
1818
<severity value="MAJOR"/>
1919
<testCaseId value="MC-38947"/>
2020
<group value="importExport"/>
21+
<group value="Downloadable"/>
2122
</annotations>
2223

2324
<before>

0 commit comments

Comments
 (0)