Actions
Testing #777
closedxmera Omnia - Maintenance #754: Support Redmine 4.2.4
Fix failing IssuesControllerTest in RM 4.2.4
Start date:
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
FAIL IssuesControllerTest#test_index_should_not_show_setting_link_without_edit_project_permission (55.74s)
Expected exactly 0 elements matching "#content a.icon-settings[href="/projects/ecookbook/settings/issues"]", found 1..
Expected: 0
Actual: 1
test/functional/issues_controller_test.rb:2021:in `test_index_should_not_show_setting_link_without_edit_project_permission'
Updated by liaham about 3 years ago
- Copied from Testing #774: Fix failing IssuesControllerTest added
Updated by liaham about 3 years ago
- Subject changed from Fix failing IssuesControllerTest to Fix failing IssuesControllerTest in RM 4.2.4
Redmine Issue Sync extends app/views/issues/index.html.erb
. In RM 4.2.4 there is a change in the contextual div which causes the functional_test_bridge tests to fail.
Actions