class Capybara::Session

Public Instance Methods

has_ordered_text?(*args) click to toggle source
# File lib/workarea/testing/custom_capybara_matchers.rb, line 13
def has_ordered_text?(*args)
  @touched = true # doing this because in the Capybara source matchers do this
  current_scope.has_ordered_text?(*args)
end