1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 02:55:01 +00:00

tests: correction de l'url Urssaf du simulateur salarié

This commit is contained in:
Alice Dahan 2025-01-18 18:16:45 +01:00 committed by liliced
parent d012352fae
commit 72b73f33a7

View file

@ -11,7 +11,7 @@ describe('Pole emploi', function () {
describe('Urssaf', function () {
it('should display an iframe of the simulateur', function () {
cy.visit(
'https://www.urssaf.fr/portail/home/utile-et-pratique/estimateur-de-cotisations-2019.html'
'https://www.urssaf.fr/accueil/outils-documentation/simulateurs/cotisations-employeur.html'
)
cy.get('#simulateurEmbauche').iframe().contains('Salaire net')
})