moodle/.upgradenotes/MDL-82259-2024072314533865.yml
2024-10-03 23:01:31 +08:00

22 lines
558 B
YAML

issueNumber: MDL-82259
notes:
core_course:
- message: >-
The following methods have been updated to accept a section name in addition to the section number:
- `\behat_course::i_open_section_edit_menu()`
- `\behat_course::i_show_section()`
- `\behat_course::i_hide_section(),`
- `\behat_course::i_wait_until_section_is_available()`
- `\behat_course::show_section_link_exists()`
- `\behat_course::hide_section_link_exists()`
- `\behat_course::section_exists()`
type: improved