Estou tentando executar um caso de teste no ambiente de homologação e está dando esse erro: Cypress detected a cross origin error happened on page load:
Blocked a frame with origin "https://xxxx" from accessing a cross-origin frame.
Before the page load, you were bound to the origin:
A cross origin error happens when your application navigates to a new URL which does not match the origin above.
A new URL does not match the origin if the 'protocol', 'port' (if specified), and/or 'host' are different.
Cypress does not allow you to navigate to a different origin URL within a single test.
You may need to restructure some of your test code to avoid this problem.
Alternatively you can also disable Chrome Web Security in Chromium-based browsers which will turn off this restriction by setting { chromeWebSecurity: false } in cypress.config.js.
Poderia me ajudar? desde já agradeço...