diff --git a/cypress/integration/3_consume.spec.js b/cypress/integration/3_consume.spec.js index ddb1ef9..6377116 100644 --- a/cypress/integration/3_consume.spec.js +++ b/cypress/integration/3_consume.spec.js @@ -28,5 +28,9 @@ context('Consume', () => { 'not.contain', '. Sorry about that, can you try again?' ) + // eslint-disable-next-line + cy.wait(10000) + // wait for file to download before closing browser + // to prevent alert poping up }) })