gjbarnard / moodle-format_topcoll

Collapsed Topics course format for Moodle.
http://docs.moodle.org/en/Collapsed_Topics_course_format
GNU General Public License v3.0
35 stars 60 forks source link

Unit test failing due to recent upstream change #49

Closed pauldamiani closed 5 years ago

pauldamiani commented 5 years ago

Hi gjb2048,

A patch that was recently accepted into core has caused unit test failures in courseformatrenderer_test.php on tests test_toggle_all and test_display_instructions due to an additional aria-hidden="true" tag being added. Moodle 3.5 and up are affected.

Tracker: https://tracker.moodle.org/browse/MDL-62680 Diff: https://github.com/damyon/moodle/compare/4c6ae316d8...MDL-62680-35

Regards, Paul

gjb2048 commented 5 years ago

Thanks for the information Paul, the issue has already been raised here: https://github.com/gjb2048/moodle-format_topcoll/pull/48