Skip to content

Commit

Permalink
tests: correction de l'url Urssaf du simulateur salarié
Browse files Browse the repository at this point in the history
  • Loading branch information
liliced committed Jan 18, 2025
1 parent d012352 commit c79f73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/cypress/integration/external/external-integrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
})
Expand Down

0 comments on commit c79f73b

Please sign in to comment.