mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 01:07:24 +02:00
Add table header in Plugins page (#37692).
Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21879 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -156,6 +156,10 @@ class AdminControllerTest < Redmine::ControllerTest
|
||||
get :plugins
|
||||
assert_response :success
|
||||
|
||||
assert_select 'th:nth-of-type(1)', :text => 'Name / Description'
|
||||
assert_select 'th:nth-of-type(2)', :text => 'Author'
|
||||
assert_select 'th:nth-of-type(3)', :text => 'Version'
|
||||
|
||||
assert_select 'tr#plugin-foo' do
|
||||
assert_select 'td span.name', :text => 'Foo plugin'
|
||||
assert_select 'td.configure a[href="/settings/plugin/foo"]'
|
||||
|
||||
Reference in New Issue
Block a user