MitchelSt / react-testing-starter

Part of the "React Testing Crash Course" taught by Mitchel from Techbase
https://www.youtube.com/watch?v=OVNjsIto9xM
MIT License
123 stars 242 forks source link

Page content is becoming an iframe and cypress (nor an user) can click on anything in the site. #11

Open JooLuiz opened 1 year ago

JooLuiz commented 1 year ago

For some reason the content of the page becomes an Iframe and nothing is clickable.

If I delete the Iframe tag it goes back to normal until I refresh the page, but as there is no way to delete a tag in cypress (I haven't search for deleting tags with cypress), I would need a more permanent solution.

image