💚 Corrige le test sur demo.mon-entreprise.fr
parent
7d28f3f958
commit
bceafe11be
|
@ -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('/')
|
||||
|
|
|
@ -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')
|
||||
})
|
||||
})
|
||||
|
|
|
@ -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')
|
||||
})
|
||||
})
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue