이 경우 첫 번째 링크를 클릭하는 방법 :
<div class="item">
<a href="/agree/">Agree</a>
</div>
<div class="item">
<a href="/agree/">Agree</a>
</div>
within ".item" do
first(:link, "Agree").click
end
이 오류가 발생합니다.
Capybara::Ambiguous:
Ambiguous match, found 2 elements matching css ".item"
그리고 within
내가 없으면 이 오류가 발생합니다.
Failure/Error: first(:link, "Agree").click
NoMethodError:
undefined method `click' for nil:NilClass