, , :
page.find(:xpath, "//table/tbody/tr").click
, JavaScript, :js => true . JavaScript - . :
:
describe "when user clicks on first row", :js => true do
let(:first_account_listed) { Account.order(:name).first }
before { page.find(:xpath, "//table/tbody/tr").click }
it { should have_selector('title', text: 'Account Details') }
end