Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With the reverting of [#569][] (merged as [#718][]), the "Visit with network error" test coverage was missed in the diff. Prior to the revert, the test was listening for `turbo:fetch-request-error` events dispatched on the _link_ that was clicked. Since that's no longer the case, this commit changes the test to listen for `turbo:fetch-request-error` that bubble up to the document. [#569]: #569 [#718]: #718
- Loading branch information