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/
Due to this post, you can fix it via "match" option:
Capybara.configure do |config| config.match = :prefer_exact end