1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Fixed tests (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23023 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-09-05 20:56:39 +00:00
parent e8114b6a57
commit ed866a45c5
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ class AdminControllerTest < Redmine::ControllerTest
)
assert_response :success
assert_select 'tr.project', 1
assert_select 'tr.project td.name', :text => p.name
assert_select 'tr.project td.name a', :text => p.name
end
def test_projects_with_name_filter

View File

@ -130,7 +130,7 @@ class ProjectsControllerTest < Redmine::ControllerTest
}
assert_response :success
assert_select 'tr[id=?] td.name span[class=?]', 'project-5', 'icon icon-user my-project'
assert_select 'tr[id=?] td.name span[class=?]', 'project-5', 'icon-only icon-user my-project'
end
def test_index_as_list_should_indent_projects