aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-09-17 15:37:42 +0100
committerMatthew Somerville <matthew@mysociety.org>2015-09-17 15:37:42 +0100
commit8263926c35cc3d1a6138b97848b83e8534e57590 (patch)
tree0b8f398c10037a4ce1a7da11a1036ba468d5d60a /t/app/controller
parent50785978cba677df93c63fbdc9f62dacb8feaafe (diff)
parent9d118fcb94e3724ceeb3c975155b7855c86a1c3a (diff)
Merge branch 'issues/#1104-questionnaire-form-design'
Diffstat (limited to 't/app/controller')
-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' );
};