diff --git a/cypress/support/e2e.ts b/cypress/support/e2e.ts index 4d5d7a7f9af75..25f63ee5190f7 100644 --- a/cypress/support/e2e.ts +++ b/cypress/support/e2e.ts @@ -39,6 +39,7 @@ beforeEach(() => { cy.intercept('POST', '/rest/license/renew', {}); + cy.intercept('GET', 'https://n8n.io/self-install', (req) => req.reply(200)).as('iframeRequest'); cy.intercept({ pathname: '/api/health' }, { status: 'OK' }).as('healthCheck'); cy.intercept({ pathname: '/api/versions/*' }, [ {