diff options
Diffstat (limited to 't/cobrand/zurich.t')
-rw-r--r-- | t/cobrand/zurich.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t index fb2c08550..cab7a3fef 100644 --- a/t/cobrand/zurich.t +++ b/t/cobrand/zurich.t @@ -800,7 +800,12 @@ subtest 'test no email sent if closed' => sub { $internal->discard_changes; is $internal->state, 'fixed - council'; $mech->email_count_is(0); +}; +subtest 'remove internal flag' => sub { + $mech->submit_form_ok( { form_number => 2, button => 'stop_internal' } ); + $internal->discard_changes; + is $internal->non_public, 0; $internal->delete; $mech->log_out_ok; }; |