diff options
Diffstat (limited to 't/cobrand/tfl.t')
-rw-r--r-- | t/cobrand/tfl.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/cobrand/tfl.t b/t/cobrand/tfl.t index cf1ec1c41..3aabb07db 100644 --- a/t/cobrand/tfl.t +++ b/t/cobrand/tfl.t @@ -454,7 +454,8 @@ subtest 'Inspect form state choices' => sub { my $id = $report->id; $mech->get_ok("/report/$id"); $mech->content_lacks('for triage'); - $mech->content_lacks('action scheduled'); + $mech->content_lacks('planned'); + $mech->content_lacks('investigating'); }; subtest "change category, report resent to new location" => sub { |