Sha256: 026e17326b5f0452c99b0be65cc9d5bb075dd7454bc3a260552ead9d9840ce82
Contents?: true
Size: 278 Bytes
Versions: 7
Compression:
Stored size: 278 Bytes
Contents
When(/^I get the italic text for the "([^"]*)" element$/) do |el| @i = @page.send "#{el}_id" end Then(/^I should see "([^"]*)" in italic$/) do |text| expect(@i).to eq text end When(/^I search italic text for the i by "([^"]*)"$/) do |how| @i = @page.send "i_#{how}" end
Version data entries
7 entries across 7 versions & 2 rubygems