aboutsummaryrefslogtreecommitdiffstats
path: root/t/app
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-11-25 11:53:53 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-11-25 12:00:44 +0000
commitf58ce6c40c7caf2c79cde0dd9027b88f9704da94 (patch)
tree532dab633a4d7778b5a6b808914431a82ac93399 /t/app
parentbcfa534f53b759a794bbf6daa736b3ef96d5b698 (diff)
Update wording on flagging unsuitable reports.
Diffstat (limited to 't/app')
-rw-r--r--t/app/controller/contact.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/contact.t b/t/app/controller/contact.t
index 7c2769b9c..aabf915ad 100644
--- a/t/app/controller/contact.t
+++ b/t/app/controller/contact.t
@@ -99,7 +99,7 @@ for my $test (
$mech->content_contains( $test->{update}->{text} );
} else {
$mech->get_ok( '/contact?id=' . $problem->id );
- $mech->content_contains('reporting the following problem');
+ $mech->content_contains('Does this report break our');
$mech->content_contains( $test->{title} );
$mech->content_contains( $test->{meta} );
}