Sha256: fc686e373344dd236fbc2b138c52929fe03a2c2c84b5792075e89ca7666b2722
Contents?: true
Size: 299 Bytes
Versions: 67
Compression:
Stored size: 299 Bytes
Contents
When /^I get the text for the "([^\"]*)" element$/ do |el| @heading = @page.send "#{el}_id" end Then /^I should see "([^\"]*)"$/ do |text| @heading.should == text end When /^I search for the heading(\d+) by "([^"]*)"$/ do |head_type, type| @heading = @page.send "h#{head_type}_#{type}" end
Version data entries
67 entries across 67 versions & 4 rubygems