Skip to content

Commit a8a92cf

Browse files
Trigger specs
1 parent 1894937 commit a8a92cf

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

helpers/helpers.rb

+14-14
Original file line numberDiff line numberDiff line change
@@ -91,26 +91,26 @@ def ensure_test_repository_exists
9191
end
9292

9393
def ensure_test_user_exists
94-
visit "#{STAFF_URL}/users/new"
94+
# visit "#{STAFF_URL}/users/new"
9595

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_'
101101

102-
click_on 'Create Account', match: :first
102+
# click_on 'Create Account', match: :first
103103

104-
visit "#{STAFF_URL}/users/manage_access"
104+
# visit "#{STAFF_URL}/users/manage_access"
105105

106-
row = find('tr', text: 'test')
106+
# row = find('tr', text: 'test')
107107

108-
within row do
109-
click_on 'Edit Groups'
110-
end
108+
# within row do
109+
# click_on 'Edit Groups'
110+
# end
111111

112-
check 'repository-advanced-data-entry'
113-
click_on 'Update Account'
112+
# check 'repository-advanced-data-entry'
113+
# click_on 'Update Account'
114114
end
115115

116116
def find_user_table_row_in_manage_user_access_page(username)

0 commit comments

Comments
 (0)