From 2e89e3ed6794d7157fc1d3cc39348f461aaa92cb Mon Sep 17 00:00:00 2001 From: riggraz Date: Thu, 23 Jan 2025 12:15:27 +0100 Subject: [PATCH] fix oauth spec --- spec/system/site_settings/site_settings_authentication_spec.rb | 1 - 1 file changed, 1 deletion(-) 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'