File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
app/code/Magento/AwsS3/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +25
-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 =" AdminExportSimpleProductWithImageAndImageAltForDiffrentScopeTest" >
12+
13+ <helper class =" Magento\AwsS3\Test\Mftf\Helper\FileAssertions" method =" assertFileExists" stepKey =" assertExportFileExists" >
14+ <argument name =" filePath" >{"local":"var/export/{$grabNameFile}","s3":"import_export/export/{$grabNameFile}"}</argument >
15+ </helper >
16+ <helper class =" Magento\AwsS3\Test\Mftf\Helper\FileAssertions" method =" assertFileContainsString" stepKey =" assertExportFileContainsConfigurableProduct" >
17+ <argument name =" filePath" >{"local":"var/export/{$grabNameFile}","s3":"import_export/export/{$grabNameFile}"}</argument >
18+ <argument name =" text" >$createProductImage.entry[content][name]$,"english image alt text 1"</argument >
19+ </helper >
20+ <helper class =" Magento\AwsS3\Test\Mftf\Helper\FileAssertions" method =" assertFileContainsString" stepKey =" assertExportFileContainsConfigurableProduct1" >
21+ <argument name =" filePath" >{"local":"var/export/{$grabNameFile}","s3":"import_export/export/{$grabNameFile}"}</argument >
22+ <argument name =" text" >$createProductImage.entry[content][name]$,"french image alt text 1"</argument >
23+ </helper >
24+ </test >
25+ </tests >
You can’t perform that action at this time.
0 commit comments