module HyperSpec

Constants

VERSION

Public Instance Methods

attributes_on_client(page) click to toggle source
# File lib/hyper-spec/component_test_helpers.rb, line 353
def attributes_on_client(page)
  page.evaluate_ruby("#{self.class.name}.find(#{id}).attributes", symbolize_names: true)
end