diff options
-rw-r--r-- | t/cobrand/zurich.t | 2 | ||||
-rw-r--r-- | templates/web/zurich/admin/report_edit.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t index 0876be582..88d1f6365 100644 --- a/t/cobrand/zurich.t +++ b/t/cobrand/zurich.t @@ -162,7 +162,7 @@ $mech->content_contains( 'Edited details text.' ); $mech->content_contains( 'Originaltext: “Test Test 1 for 2 Detail”' ); $mech->get_ok( '/admin/report_edit/' . $report->id ); -$mech->submit_form_ok( { with_fields => { body_subdivision => 3 } } ); +$mech->submit_form_ok( { with_fields => { body_subdivision => 3, send_rejected_email => 1 } } ); $mech->get_ok( '/report/' . $report->id ); $mech->content_contains('In Bearbeitung'); diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html index 10045447b..5958434dd 100644 --- a/templates/web/zurich/admin/report_edit.html +++ b/templates/web/zurich/admin/report_edit.html @@ -105,7 +105,7 @@ <p id="automatic-reply"> <span class="mock-label">automatische Antwort</span> - <input type="checkbox" name="send_rejected_email" id="send_rejected_email" value="1" checked="checked" /> + <input type="checkbox" name="send_rejected_email" id="send_rejected_email" value="1" /> </p> <script type="text/javascript"> |