From 66d0b7beba0c4912d0d284aa7ce1bc908b8d3d1f Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sat, 30 Nov 2024 10:37:17 +0000 Subject: [PATCH] Merge r23330 from trunk to 5.1-stable (#41902). git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23340 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/system/keyboard_shortcuts_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/keyboard_shortcuts_test.rb b/test/system/keyboard_shortcuts_test.rb index bc5e2ea31..7338b0ef3 100644 --- a/test/system/keyboard_shortcuts_test.rb +++ b/test/system/keyboard_shortcuts_test.rb @@ -19,7 +19,7 @@ require_relative '../application_system_test_case' -class InlineAutocompleteSystemTest < ApplicationSystemTestCase +class KeyboardShortcutsTest < ApplicationSystemTestCase fixtures :projects, :users, :email_addresses, :roles, :members, :member_roles, :trackers, :projects_trackers, :enabled_modules, :issue_statuses, :issues, :enumerations, :custom_fields, :custom_values, :custom_fields_trackers,