mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 05:56:56 +02:00
Fixed tests (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23023 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user