aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/admin.t
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2016-10-19 14:47:28 +0100
committerDave Arter <davea@mysociety.org>2016-10-19 14:47:28 +0100
commit4df7c01eb718bd51db1cc6078623e7b381a66d82 (patch)
treed1b11e3a846dbdf785b14230022d0d9c578e0a41 /t/app/controller/admin.t
parent9756df6ab27f96d4f466ee98722baaf7e751c34f (diff)
parent6b0712422ee13384da68f5cae8ef2f5274aa6318 (diff)
Merge branch 'issues/forcouncils/66-priority-description'
Diffstat (limited to 't/app/controller/admin.t')
-rw-r--r--t/app/controller/admin.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/app/controller/admin.t b/t/app/controller/admin.t
index 7ba84b652..a0e013459 100644
--- a/t/app/controller/admin.t
+++ b/t/app/controller/admin.t
@@ -1453,6 +1453,7 @@ subtest "response priorities can be added" => sub {
my $fields = {
name => "Cat 1A",
+ description => "Fixed within 24 hours",
deleted => undef,
"contacts[".$oxfordshirecontact->id."]" => 1,
};
@@ -1466,6 +1467,7 @@ subtest "response priorities can be listed" => sub {
$mech->get_ok( "/admin/responsepriorities/" . $oxfordshire->id );
$mech->content_contains( $oxfordshire->response_priorities->first->name );
+ $mech->content_contains( $oxfordshire->response_priorities->first->description );
};
subtest "response priorities are limited by body" => sub {