diff options
author | Chris Mytton <chrism@mysociety.org> | 2020-01-29 11:19:37 +0000 |
---|---|---|
committer | Chris Mytton <chrism@mysociety.org> | 2020-01-29 11:19:37 +0000 |
commit | 2415a520133596dcc341d1f88f9753d47ba56d41 (patch) | |
tree | 765226692364842cfd590c53b060e58fcda472da /bin/browser-tests | |
parent | 9ab52402829e01cda1bff1243087a945d272a746 (diff) | |
parent | 23662cf0b4e55b210976e486fb7ccbd565e00a9f (diff) |
Merge branch 'allow-multiple-questions-to-disable-new-report-form'
Diffstat (limited to 'bin/browser-tests')
-rwxr-xr-x | bin/browser-tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/browser-tests b/bin/browser-tests index 0180db0b5..04b019880 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 = [ 'borsetshire', 'fixmystreet', 'northamptonshire', 'bathnes', 'buckinghamshire', 'hounslow', 'isleofwight' ]; + $cobrand = [ 'borsetshire', 'fixmystreet', 'northamptonshire', 'bathnes', 'buckinghamshire', 'hounslow', 'isleofwight', 'peterborough' ]; $coords = '51.532851,-2.284277'; $area_id = 2608; $name = 'Borsetshire'; @@ -150,7 +150,7 @@ browser-tests [running options] [fixture options] [cypress options] --help this help message Fixture option: - --cobrand Cobrand(s) to use, default is fixmystreet,northamptonshire,bathnes,buckinghamshire,isleofwight + --cobrand Cobrand(s) to use, default is fixmystreet,northamptonshire,bathnes,buckinghamshire,isleofwight,peterborough --coords Default co-ordinates for created reports --area_id Area ID to use for created body --name Name to use for created body |