File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11< h1 > Message #<%= @message . id %> </ h1 >
22
3- <%= turbo_stream_from @message %>
3+ <%= turbo_stream_from @message , style : "display: none" %>
44
55< div id ="<%= dom_id @message %> ">
66 <%= render @message %>
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ class BroadcastsTest < ApplicationSystemTestCase
123123 private
124124
125125 def reconnect_cable_stream_source ( from :, to :)
126- cable_stream_source = find ( "turbo-cable-stream-source[signed-stream-name=#{ signed_stream_name ( from ) } ]" )
126+ cable_stream_source = find ( "turbo-cable-stream-source[signed-stream-name=#{ signed_stream_name ( from ) } ]" , visible : :all )
127127
128128 cable_stream_source . execute_script <<~JS , signed_stream_name ( to )
129129 this.setAttribute("signed-stream-name", arguments[0])
You can’t perform that action at this time.
0 commit comments