Skip to content

Commit 6ee2370

Browse files
committed
Add test coverage for non-visible turbo-cable-streams-ource tags
1 parent e3e7033 commit 6ee2370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dummy/app/views/messages/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 %>

0 commit comments

Comments
 (0)