instance method assert_no_turbo_cable_stream_source

Ruby on Rails 2.0.23

Since v2.0.23 Last seen in v2.0.23

Signature

assert_no_turbo_cable_stream_source(...)

Asserts that a ‘<turbo-cable-stream-source>` element is absent from the document

Arguments

  • locator optional locator to determine the element’s [signed-stream-name] attribute. Can be of any type that is a valid argument to Turbo::Streams::StreamName#signed_stream_name.

Options

  • :connected matches the [connected] attribute

  • :channel matches the [channel] attribute. Can be a Class, String, Symbol, or Regexp

  • :signed_stream_name matches the element’s [signed-stream-name] attribute. Can be of any type that is a valid argument to Turbo::Streams::StreamName#signed_stream_name.

In addition to the filters listed above, accepts any valid Capybara global filter option.

Parameters

... req
Source
# File lib/turbo/system_test_helper.rb, line 78
  def assert_no_turbo_cable_stream_source(...)
    assert_no_selector(:turbo_cable_stream_source, ...)
  end

Defined in lib/turbo/system_test_helper.rb line 78 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Turbo::SystemTestHelper

Type at least 2 characters to search.

↑↓ navigate · open · esc close