私はカピバラの仕様を書いていて、何かが見えるかどうかを検出しようとしています。#packages は display: none であるため、次の仕様は合格ですが、合格すべきではありません。
it "should navigate through marketing successfully" do
visit root_path
click_link 'Learn More'
page.should have_content 'We are the perfect match'
click_link 'Packages'
page.should have_selector('#packages', visible: true)
end