diff options
author | Struan Donald <struan@exo.org.uk> | 2020-09-18 15:19:37 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2020-09-18 15:19:37 +0100 |
commit | 9aee2b8cbcdc8155cf5835c369ae76991928826f (patch) | |
tree | 57a1d90a019d6bbeaf9d403157db1b966eed9fd0 | |
parent | 0db97450c94e955a49dc5d3ab975a22ceccdd274 (diff) |
[Northamptonshire] turn assets back on
-rw-r--r-- | .cypress/cypress/integration/northamptonshire.js | 3 | ||||
-rw-r--r-- | templates/web/fixmystreet.com/footer_extra_js.html | 1 | ||||
-rw-r--r-- | templates/web/northamptonshire/footer_extra_js.html | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/.cypress/cypress/integration/northamptonshire.js b/.cypress/cypress/integration/northamptonshire.js index 453557b99..aac6cb66b 100644 --- a/.cypress/cypress/integration/northamptonshire.js +++ b/.cypress/cypress/integration/northamptonshire.js @@ -4,7 +4,6 @@ it('loads the right front page', function() { }); it('prevents clicking unless asset selected', function() { - this.skip(); cy.server(); cy.fixture('bus_stops.json'); cy.fixture('bus_stops_none.json'); @@ -27,7 +26,6 @@ it('prevents clicking unless asset selected', function() { }); it('selecting an asset allows a report', function() { - this.skip(); cy.server(); cy.fixture('bus_stops.json'); cy.fixture('bus_stops_none.json'); @@ -50,7 +48,6 @@ it('selecting an asset allows a report', function() { }); it('detects multiple assets at same location', function() { - this.skip(); cy.server(); cy.fixture('bus_stops.json'); cy.fixture('bus_stops_none.json'); diff --git a/templates/web/fixmystreet.com/footer_extra_js.html b/templates/web/fixmystreet.com/footer_extra_js.html index 3e5151546..2a4f9ed9c 100644 --- a/templates/web/fixmystreet.com/footer_extra_js.html +++ b/templates/web/fixmystreet.com/footer_extra_js.html @@ -14,6 +14,7 @@ IF bodyclass.match('mappage'); scripts.push( version('/cobrands/eastsussex/assets.js') ); scripts.push( version('/cobrands/isleofwight/assets.js') ); scripts.push( version('/cobrands/lincolnshire/assets.js') ); + scripts.push( version('/cobrands/northamptonshire/assets.js') ); scripts.push( version('/cobrands/hounslow/assets.js') ); scripts.push( version('/cobrands/oxfordshire/assets.js') ); scripts.push( version('/cobrands/westminster/assets.js') ); diff --git a/templates/web/northamptonshire/footer_extra_js.html b/templates/web/northamptonshire/footer_extra_js.html index 4f076de2d..523f441cf 100644 --- a/templates/web/northamptonshire/footer_extra_js.html +++ b/templates/web/northamptonshire/footer_extra_js.html @@ -4,4 +4,4 @@ IF bodyclass.match('mappage'); version('/cobrands/fixmystreet-uk-councils/alloy.js'), ); END %] -[% PROCESS 'footer_extra_js_base.html' highways=1 validation=1 roadworks=1 %] +[% PROCESS 'footer_extra_js_base.html' highways=1 cobrand_js=1 validation=1 roadworks=1 %] |