diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-12-16 10:49:24 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-12-16 10:49:24 +0000 |
commit | baa0fe5f1449e5f87179c2ae683a8288a74bcec8 (patch) | |
tree | eb84cf8a387c7380fea32e7e2241558a194d0c64 /t/app/controller/contact.t | |
parent | 2fd63afc46db7a3a33e608bf1f4b5c0b52c18728 (diff) |
Fix flagging wording template link.
f58ce6c4 changed the base contact template to include a link to a
fixmystreet.com specific page. Revert this back and make the change
in the correct cobrand only.
Diffstat (limited to 't/app/controller/contact.t')
-rw-r--r-- | t/app/controller/contact.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/contact.t b/t/app/controller/contact.t index aabf915ad..7c2769b9c 100644 --- a/t/app/controller/contact.t +++ b/t/app/controller/contact.t @@ -99,7 +99,7 @@ for my $test ( $mech->content_contains( $test->{update}->{text} ); } else { $mech->get_ok( '/contact?id=' . $problem->id ); - $mech->content_contains('Does this report break our'); + $mech->content_contains('reporting the following problem'); $mech->content_contains( $test->{title} ); $mech->content_contains( $test->{meta} ); } |