🐛 répare cypress tests

pull/424/head
Johan Girod 2018-11-15 13:48:26 +01:00
parent 7596d3ac79
commit 6104ccdb3f
1 changed files with 1 additions and 0 deletions

View File

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