-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix frame reloading from links/forms nested inside a turbo-frame #370
Conversation
I am not a JavaScript expert but looking at #360 it seems like it was supposed to already test for this. Is there an existing test producing a false positive? |
FYI: The failed chrome test passed on firefox in the same build. Also in my local environment the failed test passes. |
@tleish could you please rebase from |
src/tests/functional/frame_tests.ts
Outdated
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rebased and removed extra line
ff31aef
to
ce192e6
Compare
* main: Fix frame reloading from links/forms nested inside a turbo-frame (hotwired#370)
Closes #365