File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
app/code/Magento/AwsS3/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +6
-6
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 =" AwsS3AdminImportDownloadableProductsWithFileLinksTest " extends =" AdminImportDownloadableProductsWithFileLinksTest" >
11
+ <test name =" AdminAwsS3ImportDownloadableProductsWithFileLinksTest " extends =" AdminImportDownloadableProductsWithFileLinksTest" >
12
12
<annotations >
13
13
<features value =" AwsS3" />
14
14
<stories value =" Import Products" />
26
26
27
27
<before >
28
28
<!-- Enable AWS S3 Remote Storage -->
29
- <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.enable_options}}" stepKey =" enableRemoteStorage" />
29
+ <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.enable_options}}" stepKey =" enableRemoteStorage" before = " createImportCategory " />
30
30
</before >
31
31
32
32
<after >
33
33
<!-- Disable AWS S3 Remote Storage -->
34
- <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey =" disableRemoteStorage" />
34
+ <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey =" disableRemoteStorage" after = " logoutFromAdmin " />
35
35
</after >
36
36
</test >
37
37
</tests >
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 =" AwsS3AdminImportDownloadableProductsWithUrlLinksTest " extends =" AdminImportDownloadableProductsWithUrlLinksTest" >
11
+ <test name =" AdminAwsS3ImportDownloadableProductsWithUrlLinksTest " extends =" AdminImportDownloadableProductsWithUrlLinksTest" >
12
12
<annotations >
13
13
<features value =" AwsS3" />
14
14
<stories value =" Import Products" />
26
26
27
27
<before >
28
28
<!-- Enable AWS S3 Remote Storage -->
29
- <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.enable_options}}" stepKey =" enableRemoteStorage" />
29
+ <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.enable_options}}" stepKey =" enableRemoteStorage" before = " addDownloadableDomain " />
30
30
</before >
31
31
32
32
<after >
33
33
<!-- Disable AWS S3 Remote Storage -->
34
- <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey =" disableRemoteStorage" />
34
+ <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey =" disableRemoteStorage" after = " logoutFromAdmin " />
35
35
</after >
36
36
</test >
37
37
</tests >
You can’t perform that action at this time.
0 commit comments