提交 b4648c3b 编写于 作者: A Andrew8xx8

Spinach tests fixed

上级 5f657203
......@@ -8,7 +8,7 @@ class Userteams < Spinach::FeatureSteps
end
Then 'I should see dashboard page without teams info block' do
page.has_no_css?(".teams-box").must_equal true
page.has_no_css?(".teams_box").must_equal true
end
When 'I have teams with my membership' do
......@@ -17,7 +17,7 @@ class Userteams < Spinach::FeatureSteps
end
Then 'I should see dashboard page with teams information block' do
page.should have_css(".teams-box")
page.should have_css(".teams_box")
end
When 'exist user teams' do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册