diff options
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/zurich.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t index 686be1e79..f354f0da4 100644 --- a/t/cobrand/zurich.t +++ b/t/cobrand/zurich.t @@ -39,7 +39,7 @@ my @reports = $mech->create_problems_for_body( 1, 2, 'Test', { my $report = $reports[0]; $mech->get_ok( '/report/' . $report->id ); -$mech->content_contains('moderation'); +$mech->content_contains('Überprüfung ausstehend'); # Check logging in to deal with this report $mech->get_ok( '/admin' ); |