Skip to content

Commit 7b8a20a

Browse files
committed
B2B-2081: Stabilize general tests along with S3 specific PR validation tests
1 parent 7ab6f7c commit 7b8a20a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
9+
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11+
<test name="AdminExportFilenameTimezoneTest">
12+
<!-- Verify that the file exists on remote storage -->
13+
<helper class="Magento\AwsS3\Test\Mftf\Helper\FileAssertions"
14+
method="assertFileExists"
15+
stepKey="assertExportFileExists">
16+
<argument name="filePath">{"local":"var/export/{$grabNameFile}","s3":"import_export/export/{$grabNameFile}"}</argument>
17+
</helper>
18+
</test>
19+
</tests>

0 commit comments

Comments
 (0)