Sha256: 9a3835d2929751121e50079165d8541e9f14bce9bde234ad0e8522c9922adea6
Contents?: true
Size: 277 Bytes
Versions: 3
Compression:
Stored size: 277 Bytes
Contents
Given /^I am on the slider page$/ do visit SliderPage end Then /^the current value of the slider should be "([^"]*)"$/ do |percent| on(SliderPage).the_slider.should == percent end When(/^I move the slider to "([^"]*)"$/) do |value| on(SliderPage).the_slider = value end
Version data entries
3 entries across 3 versions & 1 rubygems