We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78525c commit c0e3025Copy full SHA for c0e3025
test/system/broadcasts_test.rb
@@ -123,7 +123,7 @@ class BroadcastsTest < ApplicationSystemTestCase
123
private
124
125
def reconnect_cable_stream_source(from:, to:)
126
- cable_stream_source = find("turbo-cable-stream-source[signed-stream-name=#{signed_stream_name(from)}]", visible: :all)
+ cable_stream_source = find(:turbo_cable_stream_source, signed_stream_name: from)
127
128
cable_stream_source.execute_script <<~JS, signed_stream_name(to)
129
this.setAttribute("signed-stream-name", arguments[0])
0 commit comments