Commit b4648c3b authored by Andrew8xx8's avatar Andrew8xx8

Spinach tests fixed

parent 5f657203
...@@ -8,7 +8,7 @@ class Userteams < Spinach::FeatureSteps ...@@ -8,7 +8,7 @@ class Userteams < Spinach::FeatureSteps
end end
Then 'I should see dashboard page without teams info block' do 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 end
When 'I have teams with my membership' do When 'I have teams with my membership' do
...@@ -17,7 +17,7 @@ class Userteams < Spinach::FeatureSteps ...@@ -17,7 +17,7 @@ class Userteams < Spinach::FeatureSteps
end end
Then 'I should see dashboard page with teams information block' do Then 'I should see dashboard page with teams information block' do
page.should have_css(".teams-box") page.should have_css(".teams_box")
end end
When 'exist user teams' do When 'exist user teams' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment