diff options
author | Struan Donald <struan@exo.org.uk> | 2020-09-18 13:04:11 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2020-09-18 13:33:47 +0100 |
commit | 49d40355336df1b390a979bfb125d6fca6bcd1c3 (patch) | |
tree | 9cd21a043fc1f0ec1999d94d7fc538809e4a7b47 | |
parent | 2eb0d9b6ef151662dcd0a48f0fdf0023de6e672e (diff) |
[Northamptonshire] turn off assets
Temporary measure while Alloy is down for upgrade
-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, 4 insertions, 2 deletions
diff --git a/.cypress/cypress/integration/northamptonshire.js b/.cypress/cypress/integration/northamptonshire.js index 76ce8ff44..1c021ae35 100644 --- a/.cypress/cypress/integration/northamptonshire.js +++ b/.cypress/cypress/integration/northamptonshire.js @@ -4,6 +4,7 @@ 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'); @@ -26,6 +27,7 @@ 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'); @@ -48,6 +50,7 @@ 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 2a4f9ed9c..3e5151546 100644 --- a/templates/web/fixmystreet.com/footer_extra_js.html +++ b/templates/web/fixmystreet.com/footer_extra_js.html @@ -14,7 +14,6 @@ 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 523f441cf..4f076de2d 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 cobrand_js=1 validation=1 roadworks=1 %] +[% PROCESS 'footer_extra_js_base.html' highways=1 validation=1 roadworks=1 %] |