fix admin_settings_spec

This commit is contained in:
Jose Ivan Vargas 2017-10-04 16:52:06 -05:00
parent 5abcedf47c
commit 10c70b19d0
1 changed files with 1 additions and 1 deletions

View File

@ -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