straight-chef-47891
02/06/2023, 12:28 AMjs
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.