You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include hidden elements for turbo-cable-stream-source selector
Chrome considers these elements not visible (likely due to their 0px
size) so the assertion never matches. This changes the default visible
flag to include all elements.
0 commit comments