From 6104ccdb3f9c840d1ab5bea6157d17f7930e57b1 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 15 Nov 2018 13:48:26 +0100 Subject: [PATCH] =?UTF-8?q?:bug:=20r=C3=A9pare=20cypress=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cypress/integration/embauche/external-integrations.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/integration/embauche/external-integrations.js b/cypress/integration/embauche/external-integrations.js index aceeb691f..bd100af84 100644 --- a/cypress/integration/embauche/external-integrations.js +++ b/cypress/integration/embauche/external-integrations.js @@ -1,5 +1,6 @@ describe('Pole emploi test', function() { it('should display an iframe of the simulateur', function() { + cy.clearCache() cy.on('uncaught:exception', err => { return !err.message.contains('Unexpected token <') })