Skip to content
Snippets Groups Projects
Commit 10c70b19 authored by Jose Ivan Vargas Lopez's avatar Jose Ivan Vargas Lopez
Browse files

fix admin_settings_spec

parent 5abcedf4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -73,7 +73,7 @@ feature 'Admin updates settings' do
 
context 'sign-in restrictions', :js do
it 'de-activates oauth sign-in source' do
find('.btn', text: 'GitLab.com').click
find('input#application_setting_enabled_oauth_sign_in_sources_[value=gitlab]').send_keys(:return)
 
expect(find('.btn', text: 'GitLab.com')).not_to have_css('.active')
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment