💚 Corrige le test sur demo.mon-entreprise.fr

pull/456/head
Johan Girod 2019-02-18 17:08:26 +01:00
parent 7d28f3f958
commit bceafe11be
4 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ describe('Landing basic test', function() {
})
it('should display the simulateur after loading', function() {
cy.visit('/')
cy.contains('Versé sur le compte bancaire')
cy.contains('Versé sur son compte bancaire')
})
it('should display cotisation repartition when entering net salary', function() {
cy.visit('/')

View File

@ -3,6 +3,6 @@ describe('Iframe integration test', function() {
cy.visit('/integration-test')
cy.get('#simulateurEmbauche')
.iframe()
.contains('Versé sur le compte bancaire')
.contains('Versé sur son compte bancaire')
})
})

View File

@ -6,7 +6,7 @@ describe('Pole emploi', function() {
cy.visit('https://entreprise.pole-emploi.fr/cout-salarie/')
cy.get('#simulateurEmbauche')
.iframe()
.contains('Versé sur le compte bancaire')
.contains('Versé sur son compte bancaire')
})
})
@ -17,6 +17,6 @@ describe('URSSAF', function() {
)
cy.get('#simulateurEmbauche')
.iframe()
.contains('Versé sur le compte bancaire')
.contains('Versé sur son compte bancaire')
})
})

View File

@ -53,7 +53,7 @@ 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 (
<div className="footer-container">
<Helmet>