diff options
Diffstat (limited to 't/cobrand/zurich.t')
-rw-r--r-- | t/cobrand/zurich.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t index fdb03e2e9..fbdcc3236 100644 --- a/t/cobrand/zurich.t +++ b/t/cobrand/zurich.t @@ -144,8 +144,8 @@ subtest "Banners are displayed correctly" => sub { { description => 'closed report', state => 'external', - banner_id => 'closed', - banner_text => 'Extern', + banner_id => 'fixed', + banner_text => 'Beantwortet', }, { description => 'in progress report', @@ -584,7 +584,7 @@ subtest "external report triggers email" => sub { $mech->get_ok( '/report/' . $report->id ); is ($report->state, 'external', 'Report was closed correctly'); - $mech->content_contains('Extern') + $mech->content_contains('Beantwortet') or die $mech->content; $mech->content_contains('Third Test'); $mech->content_contains($report->get_extra_metadata('public_response')) or die $mech->content; @@ -616,7 +616,7 @@ subtest "external report triggers email" => sub { third_personal => 1, } }); $mech->get_ok( '/report/' . $report->id ); - $mech->content_contains('Extern'); + $mech->content_contains('Beantwortet'); $mech->content_contains('Third Test'); $mech->content_contains($report->get_extra_metadata('public_response')); send_reports_for_zurich(); |