aboutsummaryrefslogtreecommitdiffstats
path: root/bin/browser-tests
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-07-16 10:30:56 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-07-16 13:51:31 +0100
commit1010d24d5d3c5085958e642f617ccb67286dc019 (patch)
tree60e45d74274dff27a62354bf430feff3166b9127 /bin/browser-tests
parentfcc46472c7abd45cdafd2c3bcb6bc673ebd300b5 (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-xbin/browser-tests1
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 },
}