moodle/.upgradenotes/MDL-80744-2024062407163290.yml
Mihail Geshoski 48866d4746 MDL-80744 core_grades: Deprecate comboboxsearch behat step definitions
The comboboxsearch component now has uses beyond the grade subcomponent
and includes alternative step definitions in behat_general.php. This
change deprecates the redundant behat step definitions related to this
component in behat_grade.php and replaces current usages with the
alternative definitions.
2024-07-15 16:36:48 +08:00

21 lines
797 B
YAML

issueNumber: MDL-80744
notes:
core_grades:
- message: >-
The behat step definition
behat_grade::i_confirm_in_search_within_the_gradebook_widget_exists has
been deprecated. Please use
behat_general::i_confirm_in_search_combobox_exists instead.
type: deprecated
- message: >-
The behat step definition
behat_grade::i_confirm_in_search_within_the_gradebook_widget_does_not_exist
has been deprecated. Please use
behat_general::i_confirm_in_search_combobox_does_not_exist instead.
type: deprecated
- message: >-
The behat step definition behat_grade::i_click_on_in_search_widget has
been deprecated. Please use behat_general::i_click_on_in_search_combobox
instead.
type: deprecated