Class: Capybara::Session

Inherits:
Object
  • Object
show all
Defined in:
lib/workarea/testing/custom_capybara_matchers.rb

Instance Method Summary collapse

Instance Method Details

#has_ordered_text?(*args) ⇒ Boolean

Returns:

  • (Boolean)


13
14
15
16
# 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