Skip to content

Commit da9bc52

Browse files
committed
MAGETWO-70059: Order is not shown in customer account if its Status not visible on Storefront
- Fix unit test
1 parent 1db2fe7 commit da9bc52

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/Status/Assign

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/Status/Assign/FormTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function testToHtml()
133133
->with(
134134
'visible_on_front',
135135
'checkbox',
136-
['name' => 'visible_on_front', 'label' => __('Visible On Storefront'), 'value' => 1]
136+
['name' => 'visible_on_front', 'label' => __('Visible On Storefront'), 'value' => 1, 'checked' => true]
137137
);
138138

139139
$this->block->toHtml();

0 commit comments

Comments
 (0)