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