Commit b4648c3b521f2160bd4d7f47267dfaf204456825

Authored by Andrew8xx8
1 parent 5f657203

Spinach tests fixed

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
features/steps/userteams/userteams.rb
... ... @@ -8,7 +8,7 @@ class Userteams < Spinach::FeatureSteps
8 8 end
9 9  
10 10 Then 'I should see dashboard page without teams info block' do
11   - page.has_no_css?(".teams-box").must_equal true
  11 + page.has_no_css?(".teams_box").must_equal true
12 12 end
13 13  
14 14 When 'I have teams with my membership' do
... ... @@ -17,7 +17,7 @@ class Userteams < Spinach::FeatureSteps
17 17 end
18 18  
19 19 Then 'I should see dashboard page with teams information block' do
20   - page.should have_css(".teams-box")
  20 + page.should have_css(".teams_box")
21 21 end
22 22  
23 23 When 'exist user teams' do
... ...