diff options
author | Dave Arter <davea@mysociety.org> | 2019-06-24 17:30:30 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-07-09 20:26:38 +0100 |
commit | 0948389e5676300317bf49be14c0e7b8b48e8315 (patch) | |
tree | c44c6550437ef6e857fd715835ee7e906df75069 /bin/browser-tests | |
parent | 0ea7e84beeea32c51b3592fcacd5824552dba15d (diff) |
Update UI text when selecting a private category
This makes it clearer that all details for a report made in a private
category will not be shown publicly.
Fixes mysociety/fixmystreet-commercial#1405
Diffstat (limited to 'bin/browser-tests')
-rwxr-xr-x | bin/browser-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/browser-tests b/bin/browser-tests index b5241490e..6ce9159bf 100755 --- a/bin/browser-tests +++ b/bin/browser-tests @@ -11,7 +11,7 @@ my ($cobrand, $coords, $area_id, $name, $mapit_url); BEGIN { $config_file = 'conf/general.yml-example'; - $cobrand = [ 'fixmystreet', 'northamptonshire', 'bathnes', 'buckinghamshire' ]; + $cobrand = [ 'fixmystreet', 'northamptonshire', 'bathnes', 'buckinghamshire', 'hounslow' ]; $coords = '51.532851,-2.284277'; $area_id = 2608; $name = 'Borsetshire'; |