mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
22 lines
558 B
YAML
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
|