diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-07-10 11:05:23 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-07-10 15:53:27 +0100 |
commit | 12d234639171b0965c2ce5cf0fea5a6af180cc9b (patch) | |
tree | 6e9b9823cbaab6ef2ac6236fed5071cec0c2add9 /t/cobrand | |
parent | 229d072b0a4fe438c028e9526f39bee1c8db9c40 (diff) |
[UK] Make sure all asset JS in footer_extra.
This provides consistent ordering of loading, and makes it
easier to change map type and maintain assets.
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/national_assets.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/cobrand/national_assets.t b/t/cobrand/national_assets.t index 378425193..32e27079b 100644 --- a/t/cobrand/national_assets.t +++ b/t/cobrand/national_assets.t @@ -20,6 +20,7 @@ subtest 'cobrand assets includes not applied on cobrand sites', sub { ALLOWED_COBRANDS => [ 'bathnes' ], MAPIT_URL => 'http://mapit.uk/', MAP_TYPE => 'FMS,OSM,BathNES,Buckinghamshire', + STAGING_FLAGS => { skip_checks => 1 }, }, sub { $mech->get_ok("/report/new?latitude=51.494885&longitude=-2.602237"); $mech->content_lacks('buckinghamshire/assets.js'); |