https://cypress.io logo
Verifying downloaded files don't seem to work anym...
# i-need-help
s
I don't use plugins to verify downloaded files but my tests just stopped working with these lines:
Copy code
js
const downloadsFolder = Cypress.config('downloadsFolder');
const path = require('path');
cy.readFile(path.join(downloadsFolder, fileName)).should('have.length.greaterThan', 0);
Not sure if its a chrome thing too.