@@ -91,26 +91,26 @@ def ensure_test_repository_exists
91
91
end
92
92
93
93
def ensure_test_user_exists
94
- visit "#{ STAFF_URL } /users/new"
94
+ # visit "#{STAFF_URL}/users/new"
95
95
96
- fill_in 'user_username_' , with : 'test'
97
- fill_in 'user_name_' , with : 'test'
98
- fill_in 'user_password_' , with : 'test'
99
- fill_in 'user_confirm_password_' , with : 'test'
100
- check 'user_is_admin_'
96
+ # fill_in 'user_username_', with: 'test'
97
+ # fill_in 'user_name_', with: 'test'
98
+ # fill_in 'user_password_', with: 'test'
99
+ # fill_in 'user_confirm_password_', with: 'test'
100
+ # check 'user_is_admin_'
101
101
102
- click_on 'Create Account' , match : :first
102
+ # click_on 'Create Account', match: :first
103
103
104
- visit "#{ STAFF_URL } /users/manage_access"
104
+ # visit "#{STAFF_URL}/users/manage_access"
105
105
106
- row = find ( 'tr' , text : 'test' )
106
+ # row = find('tr', text: 'test')
107
107
108
- within row do
109
- click_on 'Edit Groups'
110
- end
108
+ # within row do
109
+ # click_on 'Edit Groups'
110
+ # end
111
111
112
- check 'repository-advanced-data-entry'
113
- click_on 'Update Account'
112
+ # check 'repository-advanced-data-entry'
113
+ # click_on 'Update Account'
114
114
end
115
115
116
116
def find_user_table_row_in_manage_user_access_page ( username )
0 commit comments