From 87e2d719f5a0e0f6a2b05719fff677cb7f964e5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Tue, 31 Jan 2023 14:41:54 +0100 Subject: [PATCH] Default sorting is not set #1425 --- test/functional/dmsf_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/dmsf_controller_test.rb b/test/functional/dmsf_controller_test.rb index 8106eccd..15d755b6 100644 --- a/test/functional/dmsf_controller_test.rb +++ b/test/functional/dmsf_controller_test.rb @@ -408,7 +408,7 @@ class DmsfControllerTest < RedmineDmsf::Test::TestCase def test_show_default_sort_column get :show, params: { id: @project1.id } assert_response :success - # @project5 is not as a sub-folder + # The default column Title's header is displayed as sorted '^' assert_select 'a.icon-sorted-desc', text: l(:label_column_title) end