Skip to content

Commit bae0638

Browse files
committed
B2B-1885: [MFTF] Update AdminScheduleImportSimpleProductsWithImagesTest to include before step to disable remote storage
- Fixing suites
1 parent cb32297 commit bae0638

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

app/code/Magento/AwsS3/Test/Mftf/Suite/RemoteStorageAwsS3EnabledSuite.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<!-- Enable AWS S3 Remote Storage -->
1212
<magentoCLI command="setup:config:set {{RemoteStorageAwsS3ConfigData.enable_options}}" stepKey="enableRemoteStorage"/>
1313
</before>
14+
<after>
15+
<!-- Disable Remote Storage -->
16+
<magentoCLI command="setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey="disableRemoteStorage"/>
17+
</after>
1418
<include>
1519
<group name="remote_storage_aws_s3"/>
1620
</include>

app/code/Magento/AwsS3/Test/Mftf/Suite/RemoteStorageDisabledSuite.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<!-- Disable Remote Storage -->
1212
<magentoCLI command="setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey="disableRemoteStorage"/>
1313
</before>
14+
<after>
15+
<!-- Disable Remote Storage -->
16+
<magentoCLI command="setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey="disableRemoteStorage"/>
17+
</after>
1418
<include>
1519
<group name="remote_storage_disabled"/>
1620
</include>

0 commit comments

Comments
 (0)