Skip to content

Commit 645a75a

Browse files
committed
ACQE-5700: fixed AdminAwsS3SyncZeroByteFilesTest for isolated run.
1 parent 604ae6d commit 645a75a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
<magentoCLI command="setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey="disableRemoteStorage"/>
4646
</after>
4747
<magentoCLI command="remote-storage:sync" timeout="200" stepKey="syncRemoteStorage"/>
48-
<comment userInput="magentoCLI for remote-storage:sync must have been successful" stepKey="assertConfigTest"/>
48+
<comment userInput="checking remote-storage:sync" stepKey="assertConfigTest"/>
49+
<assertStringContainsString stepKey="checkingRemoteStorageSync">
50+
<expectedResult type="string">Uploading media files to remote storage</expectedResult>
51+
<actualResult type="variable">$syncRemoteStorage</actualResult>
52+
</assertStringContainsString>
4953
</test>
5054
</tests>

0 commit comments

Comments
 (0)