diff --git a/circle.yml b/circle.yml index 3f1bd2798..012c33ac7 100644 --- a/circle.yml +++ b/circle.yml @@ -60,24 +60,6 @@ jobs: base_url: http://localhost:5002 integration_folder: embauche - demo-end-to-end-test: - docker: - - image: cypress/base:8 - environment: - TERM: xterm - steps: - - checkout - - run: npm install --save-dev cypress - - run: sleep 200 - - cypress: - base_url: http://demo.mon-entreprise.fr - - cypress: - base_url: http://demo.mon-entreprise.fr?s=m - language: en - - cypress: - base_url: http://demo.mon-entreprise.fr?s=e - integration_folder: embauche - production-end-to-end-test: docker: - image: cypress/base:8 @@ -110,10 +92,6 @@ workflows: jobs: - unit-test - end-to-end-test - - demo-end-to-end-test: - filters: - branches: - only: demo - production-end-to-end-test: filters: branches: diff --git a/source/sites/mycompanyinfrance.fr/layout/Footer/Footer.js b/source/sites/mycompanyinfrance.fr/layout/Footer/Footer.js index 50c4372cc..5e7f274d8 100644 --- a/source/sites/mycompanyinfrance.fr/layout/Footer/Footer.js +++ b/source/sites/mycompanyinfrance.fr/layout/Footer/Footer.js @@ -53,7 +53,6 @@ const Footer = ({ colours: { colour }, tracker, t, sitePaths }) => { : '') + window.location.pathname ).replace(/\/$/, '') ] || [] - console.log('test demo', {hrefLangLink, ENSITE: process.env.EN_SITE, FRSITE: process.env.FR_SITE}) return (