Sha256: 8fe0aa13a3a5790280d969a14c017426b0ebfb0e1a6ef1800e5e49e05337a803
Contents?: true
Size: 275 Bytes
Versions: 8
Compression:
Stored size: 275 Bytes
Contents
When(/^I get the bold text for the "([^"]*)" element$/) do |el| @b = @page.send "#{el}_id" end Then(/^I should see "([^"]*)" in bold$/) do |text| expect(@b).to eql text end When(/^I search bold text for the b by "([^"]*)"$/) do |type| @b = @page.send "b_#{type}" end
Version data entries
8 entries across 8 versions & 2 rubygems