diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-07-16 10:30:56 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-07-16 13:51:31 +0100 |
commit | 1010d24d5d3c5085958e642f617ccb67286dc019 (patch) | |
tree | 60e45d74274dff27a62354bf430feff3166b9127 /bin/browser-tests | |
parent | fcc46472c7abd45cdafd2c3bcb6bc673ebd300b5 (diff) |
[BANES] Move staff map code later.
Due to refactoring in 12d2346, this was loading prior
to the main asset code and thus not activating.
Diffstat (limited to 'bin/browser-tests')
-rwxr-xr-x | bin/browser-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/browser-tests b/bin/browser-tests index 6ce9159bf..11d83d133 100755 --- a/bin/browser-tests +++ b/bin/browser-tests @@ -88,6 +88,7 @@ sub run { ALLOWED_COBRANDS => $cobrand, MAPIT_URL => $mapit_url, BASE_URL => 'http://fixmystreet.localhost:3001', + STAGING_FLAGS => { skip_checks => 1 }, COBRAND_FEATURES => { category_groups => { map { $_ => 1 } @$cobrand }, } |