https://cypress.io logo
Hi, does anyone had problem with reading CSV file ...
# e2e-testing
a
Hi, does anyone had problem with reading CSV file with flag experimentalSessionAndOrigin turned ON on cy 10.10.0? I am testing downloading and editing CSV and when I turn on this flag then in my CSV file is printed some data, like script or something and I think it can be connected to flags modifyObstructiveThirdPartyCode: false, modifyObstructiveCode: true, cause those are printed in this file and it latest versions of cypress something was changed connected to those https://github.com/cypress-io/cypress/issues/22146. I attached this file. No matter what configuration of those flags modifyObstructiveThirdPartyCode, modifyObstructiveCode the error still happen, but on version 10.7.0 it works fine.