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 5252 <comment userInput =" BIC workaround" stepKey =" copyThumbnailImageInS3" after =" copySmallImageInS3" />
5353
5454 <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 >
5656 </helper >
5757 <helper class =" Magento\AwsS3\Test\Mftf\Helper\S3FileAssertions" method =" copyFromLocal" stepKey =" copyBaseImage2" >
5858 <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 >
6060 </helper >
6161 <helper class =" Magento\AwsS3\Test\Mftf\Helper\S3FileAssertions" method =" copyFromLocal" stepKey =" copySmallImage2" >
6262 <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 >
6464 </helper >
6565 <helper class =" Magento\AwsS3\Test\Mftf\Helper\S3FileAssertions" method =" copyFromLocal" stepKey =" copyThumbnailImage3" >
6666 <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 >
6868 </helper >
6969 </before >
7070
You can’t perform that action at this time.
0 commit comments