fix oauth spec

This commit is contained in:
riggraz
2025-01-23 12:15:27 +01:00
parent 1e798c3874
commit 2e89e3ed67

View File

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