Skip to content
Snippets Groups Projects
Commit b2833c7b authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

Merge branch 'fix/add_anchor_water_button' into 'dev'

Add anchor link for water create account

See merge request web-et-numerique/llle_project/ecolyo!356
parents 8be4a347 91513f5f
No related branches found
No related tags found
1 merge request!356Add anchor link for water create account
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"name": "Eau du Grand Lyon", "name": "Eau du Grand Lyon",
"oauth": false, "oauth": false,
"slug": "eglgrandlyon", "slug": "eglgrandlyon",
"siteLink": "https://www.eaudugrandlyon.com/inscription.aspx", "siteLink": "https://www.eaudugrandlyon.com/inscription.aspx#subc-now",
"activation": "" "activation": ""
} }
}, },
......
...@@ -105,7 +105,8 @@ describe('FLuid service', () => { ...@@ -105,7 +105,8 @@ describe('FLuid service', () => {
name: 'Eau du Grand Lyon', name: 'Eau du Grand Lyon',
oauth: false, oauth: false,
slug: 'eglgrandlyon', slug: 'eglgrandlyon',
siteLink: 'https://www.eaudugrandlyon.com/inscription.aspx', siteLink:
'https://www.eaudugrandlyon.com/inscription.aspx#subc-now',
activation: '', activation: '',
}, },
}, },
...@@ -197,7 +198,8 @@ describe('FLuid service', () => { ...@@ -197,7 +198,8 @@ describe('FLuid service', () => {
name: 'Eau du Grand Lyon', name: 'Eau du Grand Lyon',
oauth: false, oauth: false,
slug: 'eglgrandlyon', slug: 'eglgrandlyon',
siteLink: 'https://www.eaudugrandlyon.com/inscription.aspx', siteLink:
'https://www.eaudugrandlyon.com/inscription.aspx#subc-now',
activation: '', activation: '',
}, },
}, },
...@@ -289,7 +291,8 @@ describe('FLuid service', () => { ...@@ -289,7 +291,8 @@ describe('FLuid service', () => {
name: 'Eau du Grand Lyon', name: 'Eau du Grand Lyon',
oauth: false, oauth: false,
slug: 'eglgrandlyon', slug: 'eglgrandlyon',
siteLink: 'https://www.eaudugrandlyon.com/inscription.aspx', siteLink:
'https://www.eaudugrandlyon.com/inscription.aspx#subc-now',
activation: '', activation: '',
}, },
}, },
...@@ -381,7 +384,8 @@ describe('FLuid service', () => { ...@@ -381,7 +384,8 @@ describe('FLuid service', () => {
name: 'Eau du Grand Lyon', name: 'Eau du Grand Lyon',
oauth: false, oauth: false,
slug: 'eglgrandlyon', slug: 'eglgrandlyon',
siteLink: 'https://www.eaudugrandlyon.com/inscription.aspx', siteLink:
'https://www.eaudugrandlyon.com/inscription.aspx#subc-now',
activation: '', activation: '',
}, },
}, },
...@@ -467,7 +471,8 @@ describe('FLuid service', () => { ...@@ -467,7 +471,8 @@ describe('FLuid service', () => {
name: 'Eau du Grand Lyon', name: 'Eau du Grand Lyon',
oauth: false, oauth: false,
slug: 'eglgrandlyon', slug: 'eglgrandlyon',
siteLink: 'https://www.eaudugrandlyon.com/inscription.aspx', siteLink:
'https://www.eaudugrandlyon.com/inscription.aspx#subc-now',
activation: '', activation: '',
}, },
}, },
......
...@@ -162,7 +162,8 @@ describe('global reducer', () => { ...@@ -162,7 +162,8 @@ describe('global reducer', () => {
name: 'Eau du Grand Lyon', name: 'Eau du Grand Lyon',
oauth: false, oauth: false,
slug: 'eglgrandlyon', slug: 'eglgrandlyon',
siteLink: 'https://agence.eaudugrandlyon.com/inscription.aspx', siteLink:
'https://agence.eaudugrandlyon.com/inscription.aspx#subc-now',
activation: '', activation: '',
}, },
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment