You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove test that fails on WebKit due to bizzare iframe bug
The test verifies that, in an iframe, we can navigate to another page
and then press browser's Back button to restore the previous page.
However, on Chrome and Safari in pjax-disabled mode (browser native
behavior) doing `frame.history.back()` actually goes back in the top
frame, effectively navigating away from the test suite that's running.
There doesn't seem a way to carefully sandbox browser history navigation
to just inside the iframe.
Because this test has the potential to intermittently screw up the whole
test suite run, 🔥 it without mercy as I've already spent countless
hours trying to debug this and have better things to do with my life.
0 commit comments