Skip to content

Commit 2c1112e

Browse files
committed
B2B-1650: Add MFTF test for MC-38248
- Fixing before/after steps in AwsS3 Import Configurable Product test - Adding module for AwsS3GiftCardImportExport
1 parent d90d8db commit 2c1112e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="AwsS3AdminImportSimpleAndConfigurableProductsWithAssignedImagesTest" extends="AdminImportSimpleAndConfigurableProductsWithAssignedImagesTest">
11+
<test name="AdminAwsS3ImportSimpleAndConfigurableProductsWithAssignedImagesTest" extends="AdminImportSimpleAndConfigurableProductsWithAssignedImagesTest">
1212
<annotations>
1313
<features value="AwsS3"/>
1414
<stories value="Import Products"/>
@@ -18,6 +18,7 @@
1818
products as expected."/>
1919
<severity value="MAJOR"/>
2020
<group value="importExport"/>
21+
<group value="ConfigurableProduct"/>
2122
<group value="remote_storage_aws_s3"/>
2223
<skip>
2324
<issueId value="MC-39280"/>
@@ -26,12 +27,12 @@
2627

2728
<before>
2829
<!-- Enable AWS S3 Remote Storage -->
29-
<magentoCLI command="setup:config:set {{RemoteStorageAwsS3ConfigData.enable_options}}" stepKey="enableRemoteStorage"/>
30+
<magentoCLI command="setup:config:set {{RemoteStorageAwsS3ConfigData.enable_options}}" stepKey="enableRemoteStorage" before="createImportProductAttribute"/>
3031
</before>
3132

3233
<after>
3334
<!-- Disable AWS S3 Remote Storage -->
34-
<magentoCLI command="setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey="disableRemoteStorage"/>
35+
<magentoCLI command="setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey="disableRemoteStorage" after="logoutFromAdmin"/>
3536
</after>
3637
</test>
3738
</tests>

0 commit comments

Comments
 (0)