Skip to content

Commit 8d203cc

Browse files
committed
B2B-1640: Add MFTF test for MC-38222
- Skipping S3 test
1 parent b850e35 commit 8d203cc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@
1212
<annotations>
1313
<features value="AwsS3"/>
1414
<stories value="Import Products"/>
15-
<title value="Import Configurable Product With Simple Child Products With Images"/>
15+
<title value="S3 - Import Configurable Product With Simple Child Products With Images"/>
1616
<description value="Imports a .csv file containing a configurable product with 3 child simple products that
1717
have images. Verifies that products are imported successfully and that the images are attached to the
1818
products as expected."/>
1919
<severity value="MAJOR"/>
2020
<group value="importExport"/>
2121
<group value="remote_storage_aws_s3"/>
22+
<skip>
23+
<issueId value="MC-39280"/>
24+
</skip>
2225
</annotations>
2326

2427
<before>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<!-- Import Configurable Product with Simple Child Products & Assert No Errors -->
7272
<actionGroup ref="AdminNavigateToImportPageActionGroup" stepKey="navigateToImportPage"/>
7373
<actionGroup ref="AdminFillImportFormActionGroup" stepKey="fillImportForm">
74-
<argument name="importFile" value="configurable_and_simple_child_products.csv"/>
74+
<argument name="importFile" value="import_configurable_product.csv"/>
7575
</actionGroup>
7676
<actionGroup ref="AdminClickCheckDataImportActionGroup" stepKey="clickCheckData"/>
7777
<see selector="{{AdminImportValidationMessagesSection.success}}" userInput="File is valid! To start import process press &quot;Import&quot; button" stepKey="seeCheckDataResultMessage"/>

0 commit comments

Comments
 (0)