如何测试与RSPEC的链接

时间:2015-09-29 14:01:28

标签: ruby-on-rails testing rspec rspec-rails

我有一个侧面导航菜单和顶部导航菜单渲染使用所有页面上的部分。在欢迎页面上,我正在尝试检查点击次数。我有这个,但目前还没有工作。

it "Checks the home link"
  get '/welcome'
  sleep 5
  page.should have_content("Basis tool")
end

1 个答案:

答案 0 :(得分:0)

如果未按预期选择某些内容,请尝试使用替代selectors from the documentation之一。还有一些有用的cheatsheets可以显示用法。