aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/questionnaire.t
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2015-08-19 17:01:44 +0100
committerMatthew Somerville <matthew@mysociety.org>2015-09-17 15:36:38 +0100
commit9d118fcb94e3724ceeb3c975155b7855c86a1c3a (patch)
tree133e697bbd39624d0c75a52061228d2231685ce6 /t/app/controller/questionnaire.t
parent7dad4736b0550cf53439d87591e4c79dce85ca0f (diff)
Show report details more clearly on questionnaire page
Fixes #1104.
Diffstat (limited to 't/app/controller/questionnaire.t')
-rw-r--r--t/app/controller/questionnaire.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/questionnaire.t b/t/app/controller/questionnaire.t
index ecac54372..14d834078 100644
--- a/t/app/controller/questionnaire.t
+++ b/t/app/controller/questionnaire.t
@@ -315,7 +315,7 @@ my $comment = FixMyStreet::App->model('DB::Comment')->find_or_create(
);
subtest 'Check updates are shown correctly on questionnaire page' => sub {
$mech->get_ok("/Q/" . $token->token);
- $mech->content_contains( 'updates that have been left' );
+ $mech->content_contains( 'Show all updates' );
$mech->content_contains( 'This is some update text' );
};