2
0

Use methods from SystemHelpers more consistently (#33973)

This commit is contained in:
Matt Jankowski
2025-03-07 03:02:55 -05:00
committed by GitHub
parent 5fa034fe68
commit 551339401d
15 changed files with 21 additions and 21 deletions

View File

@@ -81,7 +81,7 @@ RSpec.describe 'Admin Webhooks' do
end
def submit_form
click_on I18n.t('generic.save_changes')
click_on(submit_button)
end
end