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