mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 20:43:33 +01:00
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.
21 lines
797 B
YAML
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
|