diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-30 10:36:57 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-30 10:36:57 +0000 |
commit | bad8259ff70f35cc448e1d493731920abc206222 (patch) | |
tree | 70246df925f15f5be00ecfdd3c33819ade4f3e45 | |
parent | 712e40b09fda187b1d7e243d507b77a7212d107b (diff) | |
download | redmine-bad8259ff70f35cc448e1d493731920abc206222.tar.gz redmine-bad8259ff70f35cc448e1d493731920abc206222.zip |
Merge r23330 from trunk to 6.0-stable (#41902).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23339 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/system/keyboard_shortcuts_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/keyboard_shortcuts_test.rb b/test/system/keyboard_shortcuts_test.rb index 361326be1..2c98567c0 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, |