# File lib/rails/dom/testing/assertions/tag_assertions.rb, line 136
          def find_all_tag(conditions)
            ActiveSupport::Deprecation.warn("find_all_tag is deprecated and will be removed at Rails 5 without replacement. Use assert_select to get the same feature.")

            html_scanner_document.find_all(conditions)
          end