diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-10-13 19:23:46 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-10-13 19:23:46 +0100 |
commit | fbe159d78ce133cadf79645660f49ddf7bfbc569 (patch) | |
tree | 092cd7bbd7b39f141560e0c13580d157cb27f7df /t/app | |
parent | 8ab9812e6cd5f686f7ab4d9a9859e8be4456ccd0 (diff) | |
parent | a5ef113e2cc3105da41cf5449b505db6fa336c59 (diff) |
Merge branch 'issues/forcouncils/95-multi-select-list-filters'
Diffstat (limited to 't/app')
-rw-r--r-- | t/app/controller/reports.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/reports.t b/t/app/controller/reports.t index 8869adaa7..141269cd8 100644 --- a/t/app/controller/reports.t +++ b/t/app/controller/reports.t @@ -226,7 +226,7 @@ subtest "test greenwich all reports page" => sub { $mech->get_ok('/reports/Royal+Borough+of+Greenwich'); # There should not be deleted categories in the list my $category_select = $mech->forms()->[0]->find_input('filter_category'); - is $category_select->possible_values, 1, 'deleted categories are not shown'; + is $category_select, undef, 'deleted categories are not shown'; # Clean up after the test $deleted_contact->delete; |