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
path: root/spec
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-02-07 00:38:08 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-02-07 01:17:46 +0300
commit426680def4bdeb7c6b37d8a0538fc73c39942495 (patch)
tree573425c39c4391f1c533801bcf9cbecfe3a4e740 /spec
parent54ff60f7064b4287ce3727c9a6f373a77b03ef5f (diff)
Backport of the frontend view, including tests
Diffstat (limited to 'spec')
-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