diff options
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; |