kuceb / cypress-plugin-retries

A Cypress plugin to retry failed tests.
MIT License
237 stars 20 forks source link

Cross origin error #39

Open gabbersepp opened 4 years ago

gabbersepp commented 4 years ago

Hey, we discussed here https://github.com/cypress-io/cypress/issues/2448 a bug that produces a "Blocked a frame with origin from accessing a cross-origin frame". I found a sample were this is very good reproducable. But I am not able to reproduce this without the retry plugin.

So I thought it would be best to open an issue here, too. Maybe you can without effort check if this happens because of your plugin.

I tried to understand your code but unfortunatelly I did not succeed. I have no experience with the code parts that are used here.

To reproduce, use this repo: https://github.com/gabbersepp/cypress-example/tree/cy-issue-2448

bash 1: npm run server bash 2: npm run cypress:open execute "cross" spec