diff --git a/spec/system/site_settings/site_settings_authentication_spec.rb b/spec/system/site_settings/site_settings_authentication_spec.rb index d717528c..c9159e79 100644 --- a/spec/system/site_settings/site_settings_authentication_spec.rb +++ b/spec/system/site_settings/site_settings_authentication_spec.rb @@ -54,7 +54,6 @@ feature 'site settings: authentication', type: :system, js: true do within o_auth_form_selector do fill_in 'Name', with: new_o_auth_name - fill_in 'Logo', with: o_auth.logo fill_in 'Client ID', with: '1234567890' fill_in 'Client secret', with: '1234567890' fill_in 'Authorize URL', with: 'https://example.com/authorize'