Sha256: 671a38e93bc78413848b57bcb4cbddff06af9d3f78f6f36c731c8dbbbb10e197

Contents?: true

Size: 511 Bytes

Versions: 3

Compression:

Stored size: 511 Bytes

Contents

Then /^we can interact with the raw view of the slider identified by "([^"]*)"$/ do |how|
  on(DetailPage).send("slider_#{how}_view").should be_kind_of(Furter::Accessors::View)
end

When /^I set the progress of the slider identified by "([^"]*)" to "([^"]*)"$/ do |how, value|
  on(DetailPage).send("slider_#{how}_move", value.to_f)
end

Then /^I can see the progress of the slider identified by "([^"]*)" is "([^"]*)"$/ do |how, value|
  on(DetailPage).send("slider_#{how}_progress").should eq(value.to_f)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
furter-0.0.3.3 features/step_definitions/slider_steps.rb
furter-0.0.3.2 features/step_definitions/slider_steps.rb
furter-0.0.3.1 features/step_definitions/slider_steps.rb