summaryrefslogtreecommitdiff
path: root/spec/features/admin/admin_users_spec.rb
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-02-06 15:38:08 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-02-06 16:17:46 -0600
commit426680def4bdeb7c6b37d8a0538fc73c39942495 (patch)
tree573425c39c4391f1c533801bcf9cbecfe3a4e740 /spec/features/admin/admin_users_spec.rb
parent54ff60f7064b4287ce3727c9a6f373a77b03ef5f (diff)
downloadgitlab-ce-426680def4bdeb7c6b37d8a0538fc73c39942495.tar.gz
Backport of the frontend view, including tests
Diffstat (limited to 'spec/features/admin/admin_users_spec.rb')
-rw-r--r--spec/features/admin/admin_users_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_users_spec.rb b/spec/features/admin/admin_users_spec.rb
index a586f8d3184..c0807b8c507 100644
--- a/spec/features/admin/admin_users_spec.rb
+++ b/spec/features/admin/admin_users_spec.rb
@@ -211,7 +211,7 @@ describe "Admin::Users", feature: true do
fill_in "user_email", with: "bigbang@mail.com"
fill_in "user_password", with: "AValidPassword1"
fill_in "user_password_confirmation", with: "AValidPassword1"
- check "user_admin"
+ choose "user_access_level_admin"
click_button "Save changes"
end