Default sorting is not set #1425
This commit is contained in:
parent
8fa45b4e10
commit
87e2d719f5
@ -408,7 +408,7 @@ class DmsfControllerTest < RedmineDmsf::Test::TestCase
|
|||||||
def test_show_default_sort_column
|
def test_show_default_sort_column
|
||||||
get :show, params: { id: @project1.id }
|
get :show, params: { id: @project1.id }
|
||||||
assert_response :success
|
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)
|
assert_select 'a.icon-sorted-desc', text: l(:label_column_title)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user