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 <') })