From 72b73f33a7269f64bbcc6cd1a6c943143da91513 Mon Sep 17 00:00:00 2001 From: Alice Dahan Date: Sat, 18 Jan 2025 18:16:45 +0100 Subject: [PATCH] =?UTF-8?q?tests:=20correction=20de=20l'url=20Urssaf=20du?= =?UTF-8?q?=20simulateur=20salari=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/cypress/integration/external/external-integrations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/cypress/integration/external/external-integrations.js b/site/cypress/integration/external/external-integrations.js index 0632104dc..b13aabf44 100644 --- a/site/cypress/integration/external/external-integrations.js +++ b/site/cypress/integration/external/external-integrations.js @@ -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') })