Gleb Bahmutov
Gleb Bahmutov
Confirmed the behavior is problematic IF there are some user interaction, see reproduction in https://github.com/cypress-io/cypress-test-tiny/tree/onbeforeunload This is similar to what I have observed in https://github.com/cypress-io/cypress/issues/2118#issuecomment-508957157 Spec ```js /// describe('Test window.confirm',...
## Explanation and workarounds I looked at this problem again, and it is due to the browser trying to show the confirmation popup. I describe the problem and my workarounds...
Can you share the code and the tests please? Without a reproducible example there is not much we can do
seems because the mockery changes the loading paths, it really affects the cache paths. Two questions - can you move loading cache-require-paths line AFTER registerSubstitute? - can you make a...
Most likely the "line" variable is invalid index into the source list in https://github.com/davidmarkclements/cute-stack/blob/master/index.js#L161 thus `.substr` is called on the undefined
Hi (very busy)! Yeah, it would be nice to actually see the failing code before protecting against it
Probably can skip title completely. The version is the link, and the date is provided by the GitHub anyway
Sorry outside of my access, I'm no longer part of cypress org
For now see this presentation: - https://slides.com/bahmutov/visual-testing and video https://youtu.be/gUFdU5fQs4o and blog post https://glebbahmutov.com/blog/open-source-visual-testing-of-components/
Can you provide a small reproducible example showing the problem?