-
-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Peterborough] Fix closed flytipping message.
Remove <br>s that were appearing in the update.
- Loading branch information
Showing
5 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -371,7 +371,7 @@ subtest "flytipping on non PCC land is emailed" => sub { | |
is $p->get_extra_metadata('sent_to')->[0], '[email protected]', 'sent_to extra metadata set'; | ||
is $p->state, 'closed', 'report closed having sent email'; | ||
is $p->comments->count, 1, 'comment added'; | ||
like $p->comments->first->text, qr/You can report cases/, 'correct comment text'; | ||
like $p->comments->first->text, qr/You can report cases.*?clear the waste\.\n\n/, 'correct comment text'; | ||
ok !Open311->test_req_used, 'no open311 sent'; | ||
|
||
$mech->email_count_is(1); | ||
|
9 changes: 6 additions & 3 deletions
9
templates/web/fixmystreet.com/report/new/flytipping_text.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
You can report cases of fly-tipping on private land to Peterborough City Council, although it is the landowner’s responsibility to clear the waste.<br> | ||
You can report cases of fly-tipping on private land to Peterborough City Council, although it is the landowner’s responsibility to clear the waste. | ||
|
||
The council's Environmental Enforcement Team can only investigate if there is enough evidence available, e.g. witness statement, CCTV footage, evidence in the waste, etc. | ||
When you report, please state if you’re able to provide any evidence to support the investigation.<br> | ||
If there is enough evidence, once the case is referred to the Environmental Enforcement Team for investigation, the council will mark the report as closed on the system.<br> | ||
When you report, please state if you’re able to provide any evidence to support the investigation. | ||
|
||
If there is enough evidence, once the case is referred to the Environmental Enforcement Team for investigation, the council will mark the report as closed on the system. | ||
|
||
If there is no evidence of the fly-tipping being committed, or who the waste originally belonged to, the council are unable to investigate and proceed with your report. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
You can report cases of fly-tipping on private land to us, although it is the landowner’s responsibility to clear the waste.<br> | ||
You can report cases of fly-tipping on private land to us, although it is the landowner’s responsibility to clear the waste. | ||
|
||
Our Environmental Enforcement Team can only investigate if there is enough evidence available, e.g. witness statement, CCTV footage, evidence in the waste, etc. | ||
When you report, please state if you’re able to provide any evidence to support our investigation.<br> | ||
If there is enough evidence, once the case is referred to the Environmental Enforcement Team for investigation, we will mark the report as closed on the system.<br> | ||
When you report, please state if you’re able to provide any evidence to support our investigation. | ||
|
||
If there is enough evidence, once the case is referred to the Environmental Enforcement Team for investigation, we will mark the report as closed on the system. | ||
|
||
If there is no evidence of the fly-tipping being committed, or who the waste originally belonged to, we are unable to investigate and proceed with your report. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters