Gleb Bahmutov

Results 551 comments of Gleb Bahmutov

Still happens because you inject inline style for smooth scrolling directly without any hashes / nonces reproduction https://github.com/bahmutov/cypress-csp-example/commit/f0e50851e94506e168e2e0774f0d51e628959b8a

The explanation for the current test statuses: https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Test-statuses

FYI: https://glebbahmutov.com/blog/run-failed-tests/

Can you please try the latest Cypress version v5.2.0, Cypress v3 is a really old version.

Please could you create an example repo showing this problem that we can look at?

![Screen Shot 2020-11-30 at 12 19 23 PM](https://user-images.githubusercontent.com/2212006/100642127-5db69800-3306-11eb-9d7c-95ee376adb12.png) That element is really covered by the video player, and it is transparent at this point, but it is impossible for Cypress...

I hoped that https://github.com/cypress-io/cypress/pull/9412 would also fix this issue, but no luck.

I have described how I debug visibility problems and step through Cypress code in `Cypress.dom.isVisible` using your code as an example. Read https://glebbahmutov.com/blog/debug-visibility/ and/or watch https://www.youtube.com/watch?v=nSmHxxwceDU

I have pushed another example https://github.com/cypress-io/cypress-test-tiny/tree/test-unload that shows the problem in Electron 61 (Chrome passes, despite showing an error). The website in question is http://webdriverjsdemo.github.io/leave/ and has the following script...