File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
app/code/Magento/AwsS3/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 50
50
<comment userInput =" BIC workaround" stepKey =" copyBaseImageInS3" after =" createDirectoryForImportFilesInS3" />
51
51
<comment userInput =" BIC workaround" stepKey =" copySmallImageInS3" after =" copyBaseImageInS3" />
52
52
<comment userInput =" BIC workaround" stepKey =" copyThumbnailImageInS3" after =" copySmallImageInS3" />
53
+
54
+ <helper class =" Magento\AwsS3\Test\Mftf\Helper\S3FileAssertions" method =" createDirectory" stepKey =" createDirectoryForImportDownloadableLinkFiles" >
55
+ <argument name =" path" >pub/media/import/{{ImportProduct_Downloadable_FileLinks.name}}</argument >
56
+ </helper >
57
+ <helper class =" Magento\AwsS3\Test\Mftf\Helper\S3FileAssertions" method =" copyFromLocal" stepKey =" copyBaseImage2" >
58
+ <argument name =" source" >dev/tests/acceptance/tests/_data/{{ImportProduct_Downloadable_FileLinks.baseImage}}</argument >
59
+ <argument name =" destination" >pub/media/import/{{ImportProduct_Downloadable_FileLinks.name}}/{{ImportProduct_Downloadable_FileLinks.baseImage}}</argument >
60
+ </helper >
61
+ <helper class =" Magento\AwsS3\Test\Mftf\Helper\S3FileAssertions" method =" copyFromLocal" stepKey =" copySmallImage2" >
62
+ <argument name =" source" >dev/tests/acceptance/tests/_data/{{ImportProduct_Downloadable_FileLinks.smallImage}}</argument >
63
+ <argument name =" destination" >pub/media/import/{{ImportProduct_Downloadable_FileLinks.name}}/{{ImportProduct_Downloadable_FileLinks.smallImage}}</argument >
64
+ </helper >
65
+ <helper class =" Magento\AwsS3\Test\Mftf\Helper\S3FileAssertions" method =" copyFromLocal" stepKey =" copyThumbnailImage3" >
66
+ <argument name =" source" >dev/tests/acceptance/tests/_data/{{ImportProduct_Downloadable_FileLinks.thumbnailImage}}</argument >
67
+ <argument name =" destination" >pub/media/import/{{ImportProduct_Downloadable_FileLinks.name}}/{{ImportProduct_Downloadable_FileLinks.thumbnailImage}}</argument >
68
+ </helper >
53
69
</before >
54
70
55
71
<after >
You can’t perform that action at this time.
0 commit comments