[rspec-users] [webrat] click link by title doesn't work
Andrew Premdas
apremdas at gmail.com
Fri Mar 13 06:50:00 EDT 2009
Webrat 0.4.2 doesn't seem to allow you to click links by title. Am I missing
something stupid?
With steps below running in sequence, first passes, second fails
Then /^I should see a view (\w+) details link$/ do |object|
response.should have_tag("a[title=#{object}_details]")
end
When /^I follow view (\w+) details link$/ do |object|
click_link "#{object}_details}"
end
I think click link should find by
- innerHTML, with simple handling
- title
- id
- class
Does anyone have any contradictory opinions?
In the meantime I'll have a bash at writing a patch for this
Cheers
Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20090313/4f7ae199/attachment.html>
More information about the rspec-users
mailing list