Actions
Testing #2791
closed[MySQL]: WikiControllerTest#test_export_to_html
Start date:
01/08/2025
Due date:
01/08/2025
% Done:
100%
Estimated time:
Affected component:
Compatible Redmine Version:
5.1.z
Pull Request Link:
Description
FAIL WikiControllerTest#test_export_to_html (54.76s)
Expected at least 1 element matching "li:nth-child(1) > a[href=\"#Another_page\"]", found 0.
Expected 0 to be >= 1.
test/functional/wiki_controller_test.rb:1101:in `block in test_export_to_html'
test/functional/wiki_controller_test.rb:1100:in `test_export_to_html'
Updated by liaham 3 months ago · Edited
- Status changed from New to In Progress
- Start date set to 01/08/2025
- % Done changed from 0 to 50
There was a parameter for the format missing what leads to rendering with relative links instead of anchor links. To fix that the patch fix_href_for_wiki_exports_to_external_links.patch
was modified.
Actions