Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-11 16:50:25 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-11 16:50:25 +0400
commit4daf68b57f92bf697a375ebfa4bc2ebc2e3e0312 (patch)
tree0ff6a1dd8816712f708d0db33df8865d8ae791d2 /features/steps/admin
parent62a9bb5af70f95bdf1f4d5d2daa22bc0d07b84d3 (diff)
Style page for project assign to team. Fix test for admin:teams
Diffstat (limited to 'features/steps/admin')
-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