CucumberとCapybaraとPoltergeistを使ってテストをしていたときに、 別タブで開くリンク(target="_blank"となっているリンク)のテストで引っかかった。 別タブで開くリンクのクリック target="_blank"となっているリンク(ボタン)を click_buttonやclick_link、click_onを使ってクリックしたところ TimeoutErrorが発生した。 teampoltergeist/poltergeistを読んでみると If you can't figure out what's going on and just want to work around the problem so you can get on with life, consider using a DOM click event. For example, if