aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/questionnaire.t
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-06-21 12:06:34 +0100
committerStruan Donald <struan@exo.org.uk>2011-06-21 12:06:34 +0100
commit2c5ddf10d9179d641bd70dc4602f33ee59fc8799 (patch)
tree9071b301c3e00e8639644045504df1e02d8b8132 /t/app/controller/questionnaire.t
parent0f232284cd42dcea741ce1131151cefaf2e9e150 (diff)
parent62ba3756efd59ec2d39b07b5b0ccd109da355d08 (diff)
Merge branch 'master' into new_statuses
Diffstat (limited to 't/app/controller/questionnaire.t')
-rw-r--r--t/app/controller/questionnaire.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/app/controller/questionnaire.t b/t/app/controller/questionnaire.t
index a245be343..e56734bfc 100644
--- a/t/app/controller/questionnaire.t
+++ b/t/app/controller/questionnaire.t
@@ -212,6 +212,7 @@ foreach my $test (
$another = 1 if $test->{fields}{another} && $test->{fields}{another} eq 'Yes';
# Check the right HTML page has been returned
+ $mech->content_like( qr/<title>[^<]*Questionnaire/m );
$mech->content_contains( 'glad to hear it&rsquo;s been fixed' )
if $result eq 'fixed';
$mech->content_contains( 'get some more information about the status of your problem' )