From 6f181098c7833f8febea4fbdc11dab1087a8b29e Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 6 Sep 2018 19:53:31 +0200 Subject: [PATCH] Add webhook to circleci --8 [will fail to test webhook] --- cypress/integration/embauche/external-integrations.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cypress/integration/embauche/external-integrations.js b/cypress/integration/embauche/external-integrations.js index 219f32845..d3f4d991e 100644 --- a/cypress/integration/embauche/external-integrations.js +++ b/cypress/integration/embauche/external-integrations.js @@ -8,4 +8,7 @@ describe('Pole emploi test', function() { .iframe() .contains('Entrez un salaire mensuel') }) + it('should send mail', function() { + cy.visit('https://entreprise.pole-emploi.fr/cout-salarie/') + }) })