File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
app/code/Magento/AwsS3/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
11
- <test name =" AwsS3AdminImportSimpleAndConfigurableProductsWithAssignedImagesTest " extends =" AdminImportSimpleAndConfigurableProductsWithAssignedImagesTest" >
11
+ <test name =" AdminAwsS3ImportSimpleAndConfigurableProductsWithAssignedImagesTest " extends =" AdminImportSimpleAndConfigurableProductsWithAssignedImagesTest" >
12
12
<annotations >
13
13
<features value =" AwsS3" />
14
14
<stories value =" Import Products" />
18
18
products as expected." />
19
19
<severity value =" MAJOR" />
20
20
<group value =" importExport" />
21
+ <group value =" ConfigurableProduct" />
21
22
<group value =" remote_storage_aws_s3" />
22
23
<skip >
23
24
<issueId value =" MC-39280" />
26
27
27
28
<before >
28
29
<!-- 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 " />
30
31
</before >
31
32
32
33
<after >
33
34
<!-- 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 " />
35
36
</after >
36
37
</test >
37
38
</tests >
You can’t perform that action at this time.
0 commit comments