🐛 répare cypress.io
🐛 répare cypress.io 🐛 répare cypress.io 🐛 répare cypress.io 🐛 répare cypress.io 🐛 répare cypress.iopull/424/head
parent
65e4137138
commit
1120f574e6
|
@ -42,13 +42,3 @@ describe('Simulation saving test', function() {
|
|||
salaryInput('Salaire net').should('have.value', '5471')
|
||||
})
|
||||
})
|
||||
|
||||
describe('Iframe integration test', function() {
|
||||
it('should display an iframe of the simulateur', function() {
|
||||
cy.visit('/integration-test')
|
||||
cy.get('#simulateurEmbauche')
|
||||
.iframe()
|
||||
.contains('Entrez un salaire mensuel')
|
||||
cy.debug()
|
||||
})
|
||||
})
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
describe('Iframe integration test', function() {
|
||||
it('should display an iframe of the simulateur', function() {
|
||||
cy.visit('/integration-test')
|
||||
cy.get('#simulateurEmbauche')
|
||||
.iframe()
|
||||
.contains('Entrez un salaire mensuel')
|
||||
})
|
||||
})
|
|
@ -75,12 +75,13 @@ module.exports = {
|
|||
}
|
||||
],
|
||||
navigateFallback: '/fallback',
|
||||
navigateFallbackWhitelist: [/^\/[^_]+$/], // fallback for anything that doesn't start with
|
||||
navigateFallbackBlacklist: [
|
||||
/.*\?s=.*$/,
|
||||
/^\/stats/,
|
||||
/^\/robots\.txt$/,
|
||||
/^\/sitemap\.infrance\.fr\.txt$/,
|
||||
/^\/sitemap\.infrance\.en\.txt$/
|
||||
/^\/sitemap\.infrance\.en\.txt$/,
|
||||
]
|
||||
}),
|
||||
new PrerenderSPAPlugin({
|
||||
|
|
Loading…
Reference in New Issue