File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
app/code/Magento/AwsS3/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments