mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 16:56:00 +01:00
Column headers are slightly shifted to the right in tables in list views (#43378).
Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@24065 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1242,6 +1242,12 @@ class IssuesControllerTest < Redmine::ControllerTest
|
||||
issues_in_list
|
||||
)
|
||||
assert_select 'table.issues.sort-by-tracker.sort-asc'
|
||||
|
||||
# Ensure that only the primary sort key column has a sort order icon
|
||||
assert_select 'table.issues th.tracker svg', 1
|
||||
css_select('table.issues th:not(.tracker)').each do |th|
|
||||
assert_select th, 'svg', 0
|
||||
end
|
||||
end
|
||||
|
||||
def test_index_sort_by_field_not_included_in_columns
|
||||
|
||||
Reference in New Issue
Block a user