Skip to content

Commit 85476e7

Browse files
author
Oleksandr Manchenko
committed
MTA-548: Re-factor Tests for Create Products
- Fixed Bundle, Downloadable modules
1 parent fe0e0e6 commit 85476e7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dev/tests/functional/logger.log

Lines changed: 0 additions & 1 deletion
This file was deleted.

dev/tests/functional/tests/app/Magento/Bundle/Test/Fixture/BundleProduct/CheckoutData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ protected function getPreset($name)
311311
'title' => 'Drop-down Option',
312312
'type' => 'Drop-down',
313313
'value' => [
314-
'name' => 'Simple Product',
314+
'name' => 'Test simple product',
315315
],
316316
],
317317
],

dev/tests/functional/tests/app/Magento/Downloadable/Test/Fixture/DownloadableProductInjectable/Links.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ protected function getPreset($name)
127127
'title' => 'link1%isolation%',
128128
'price' => 2,
129129
'number_of_downloads' => 2,
130+
'is_shareable' => 'Use config',
131+
'sort_order' => 1,
130132
'sample' => [
131133
'sample_type_url' => 'Yes',
132134
'sample_url' => 'http://example.com',

0 commit comments

Comments
 (0)