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:
parent
d012352fae
commit
72b73f33a7
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue