summaryrefslogtreecommitdiff
path: root/features/steps/admin/admin_teams.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/admin/admin_teams.rb')
-rw-r--r--features/steps/admin/admin_teams.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/admin/admin_teams.rb b/features/steps/admin/admin_teams.rb
index 65c7e485f48..066fc3fa603 100644
--- a/features/steps/admin/admin_teams.rb
+++ b/features/steps/admin/admin_teams.rb
@@ -85,7 +85,7 @@ class AdminTeams < Spinach::FeatureSteps
end
Then 'I should see empty projects table' do
- page.has_no_css?("#projects_list").must_equal true
+ page.should have_content "Projects (0)"
end
When 'I select project "Shop" with max access "Reporter"' do