Actions
Bug #271
closedMaintenance #263: Support Redmine 4.2
Redmine 4.2 TrackersControllerTest fails
Start date:
04/20/2021
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
Add test patches for this tests:
FAIL TrackersControllerTest#test_new_with_copy (1.91s)
Expected at least 1 element matching "input[type=checkbox][name="tracker[custom_field_ids][]"][value=1][checked=checked]", found 0..
Expected 0 to be >= 1.
test/functional/trackers_controller_test.rb:99:in `block (2 levels) in test_new_with_copy'
test/functional/trackers_controller_test.rb:98:in `each'
test/functional/trackers_controller_test.rb:98:in `block in test_new_with_copy'
test/functional/trackers_controller_test.rb:86:in `test_new_with_copy'
FAIL TrackersControllerTest#test_new_should_set_archived_class_for_archived_projects (2.10s)
Expected at least 1 element matching "#tracker_project_ids ul li", found 0..
Expected 0 to be >= 1.
test/functional/trackers_controller_test.rb:63:in `test_new_should_set_archived_class_for_archived_projects'
Actions