Sha256: 26a2ced7ccc271797bfa1a8a0c395dbba929b6ed8c216f342f80a2c8649a0a0c
Contents?: true
Size: 275 Bytes
Versions: 16
Compression:
Stored size: 275 Bytes
Contents
Then /^I should be able to click a radio button by "(.*?)"$/ do |how| on(ControlsScreen).send "radio_button_#{how}" end Then /^the radio button identified by "(.*?)" should be checked$/ do |how| on(ControlsScreen).send("radio_button_#{how}_view").should be_checked end
Version data entries
16 entries across 16 versions & 1 rubygems