Default sorting is not set #1425

This commit is contained in:
Karel Pičman 2023-01-31 14:40:41 +01:00
parent 0284d1648e
commit 8fa45b4e10

View File

@ -405,6 +405,13 @@ class DmsfControllerTest < RedmineDmsf::Test::TestCase
assert_select "tr##{@project5.id}pspan", count: 0
end
def test_show_default_sort_column
get :show, params: { id: @project1.id }
assert_response :success
# @project5 is not as a sub-folder
assert_select 'a.icon-sorted-desc', text: l(:label_column_title)
end
def test_index
get :index
assert_response :success