Turbo Stream broadcasts happening before turbo_stream_from can establish websocket connection in System tests with Capybara

Hey there, has this been working for you to avoid flaky tests?

The solution I did was return turbo_frame in the response on the action and trigger broadcast. This seems to make things work a bit better since it doesn’t rely on the turbo stream to be setup.

I’ll likely ask if this is okay in another thread.