How do I resolve ambiguity in Capybara? For some reason I need links with the same values in a page but I can\'t create a test since I get the error
Failure/
My solution is
first(:link, link).click
instead of
click_link(link)