diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-12-15 17:25:05 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-12-15 17:25:05 +0000 |
commit | 2fd63afc46db7a3a33e608bf1f4b5c0b52c18728 (patch) | |
tree | ff9ed0f73cf0979acacb9f03fffeb62623be475a /t | |
parent | b8aa0d6da9009dc3182093165df9b1a4c6d7d164 (diff) | |
parent | 6375eb5d31aa250f5d990d6d6420dd04cf25e3bf (diff) |
Merge branch 'issues/forcouncils/108-pick-up-a-priority'
Diffstat (limited to 't')
-rw-r--r-- | t/app/controller/report_inspect.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/controller/report_inspect.t b/t/app/controller/report_inspect.t index 56e6e957f..4697cc9d1 100644 --- a/t/app/controller/report_inspect.t +++ b/t/app/controller/report_inspect.t @@ -157,8 +157,8 @@ FixMyStreet::override_config { $user->user_body_permissions->delete; $user->user_body_permissions->create({ body => $oxon, permission_type => $test->{type} }); $mech->get_ok("/report/$report_id"); - $mech->contains_or_lacks($test->{priority}, 'Priority'); - $mech->contains_or_lacks($test->{priority}, 'High'); + $mech->contains_or_lacks($test->{priority}, 'Priority</label>'); + $mech->contains_or_lacks($test->{priority}, '>High'); $mech->contains_or_lacks($test->{category}, 'Category'); $mech->contains_or_lacks($test->{detailed}, 'Extra details'); $mech->submit_form_ok({ |