提交 d2b882fa 编写于 作者: D Dmitriy Zaporozhets

Fix spinach tests

上级 da3bc14d
......@@ -73,9 +73,9 @@ class Userteams < Spinach::FeatureSteps
end
Then 'I should see projects list' do
page.should have_css(".projects_box")
projects_box = find(".projects_box")
projects_box.should have_content(@project.name)
within(".side .ui-box") do
page.should have_content(@project.name)
end
end
And 'project from team has issues assigned to me' do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册