I need to implement following flow in Cypress:
How do I do this?
CheckCSV() { cy.get("[selector").should("be.visible").click(); cy.wait(2000); cy.readFile(); }
No idea how to make it with readfile.