Skip to content

Commit

Permalink
[Bexley] Remove warnings about personal data
Browse files Browse the repository at this point in the history
Request to remove text warning about calls

https://mysocietysupport.freshdesk.com/a/tickets/3838
  • Loading branch information
MorayMySoc committed Feb 20, 2024
1 parent 6d31c90 commit 3e64f27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
8 changes: 4 additions & 4 deletions t/cobrand/bexley.t
Original file line number Diff line number Diff line change
Expand Up @@ -386,15 +386,15 @@ FixMyStreet::override_config {
$mech->content_contains('Report ref: ' . $report->id);
};

subtest 'phishing warning is shown for new reports' => sub {
subtest 'phishing warning is removed for new reports' => sub {
$mech->log_out_ok;
$mech->get_ok('/report/new?longitude=0.15356&latitude=51.45556&category=Lamp+post');
$mech->content_contains('if asked for personal information, please do not respond');
$mech->content_lacks('if asked for personal information, please do not respond');
};

subtest 'phishing warning is shown on report pages' => sub {
subtest 'phishing warning is removed on report pages' => sub {
$mech->get_ok('/report/' . $report->id);
$mech->content_contains('if asked for personal information, please do not respond');
$mech->content_lacks('if asked for personal information, please do not respond');
};

subtest "test ID in update email" => sub {
Expand Down
7 changes: 0 additions & 7 deletions templates/web/bexley/report/new/councils_extra_text.html

This file was deleted.

8 changes: 0 additions & 8 deletions templates/web/bexley/report/updates-sidebar-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,3 @@
[% END %]
[% tprintf( loc( 'Your information will only be used in accordance with our <a href="%s">privacy policy</a>' ), c.cobrand.privacy_policy_url ) %]
</p>

<p>
The London Borough of Bexley and its Contractors will <strong>never</strong>
ask for your personal information through the FixMyStreet messaging system.
Therefore, if asked for personal information, please do not respond.
Instead, inform the Council immediately by calling 020 8030 7777 to investigate.
</p>

0 comments on commit 3e64f27

Please sign in to comment.