Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.2.x will end 22 April 2024 (12 months).
  • Bug fixes for security issues in 4.2.x will end 7 October 2024 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.1.x is supported too.

(no description)

File Size: 250 lines (11 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 lib/behat/behat_deprecated_base.php

Defines 1 class


Class: behat_gradereport_grader_deprecated  - X-Ref

Steps definitions that are now deprecated and will be removed in the next releases.

This file only contains the steps that previously were in the behat_*.php files in the SAME DIRECTORY.
When deprecating steps from other components or plugins, create a behat_COMPONENT_deprecated.php
file in the same directory where the steps were defined.

i_click_away_from_student_and_grade_feedback($student, $itemname)   X-Ref
Remove focus for a grade value cell.

param: string $student
param: string $itemname

i_should_see_feedback_field($student, $itemname)   X-Ref
Look for a feedback editing field.

param: string $student
param: string $itemname

i_should_not_see_feedback_field($student, $itemname)   X-Ref
Look for a lack of the feedback editing field.

param: string $student
param: string $itemname

get_student_and_grade_feedback_selector($student, $itemname)   X-Ref
Gets xpath for a particular student/grade item feedback cell.

param: string $student
param: string $itemname
return: string

i_click_on_student_and_grade_item($student, $itemname)   X-Ref
Click a given user grade cell.

param: string $student
param: string $itemname

i_click_away_from_student_and_grade_value($student, $itemname)   X-Ref
Remove focus for a grade value cell.

param: string $student
param: string $itemname

the_grade_should_match($student, $itemname, $value)   X-Ref
Checks grade values with or without a edit box.

param: string $student
param: string $itemname
param: string $value

i_should_see_grade_field($student, $itemname)   X-Ref
Look for a grade editing field.

param: string $student
param: string $itemname

i_should_not_see_grade_field($student, $itemname)   X-Ref
Look for a lack of the grade editing field.

param: string $student
param: string $itemname

get_student_and_grade_cell_selector($student, $itemname)   X-Ref
Gets unique xpath selector for a student/grade item combo.

param: string $student
param: string $itemname
return: string

get_student_and_grade_value_selector($student, $itemname)   X-Ref
Gets xpath for a particular student/grade item grade value cell.

param: string $student
param: string $itemname
return: string