| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
Step definitions related mod_lesson. More...
| Public Member Functions | |
| getSession ($name=null) | |
| Returns the Mink session. | |
| i_edit_the_lesson () | |
| Go to the lesson edit page. | |
| i_grade_lesson_essays () | |
| Go to the lesson essay grading page. | |
| i_select_edit_type (string $edittype) | |
| Select the lesson edit type [Collapsed|Expanded]. | |
| Public Attributes | |
| const | PAGE_READY_JS | 
| The JS code to check that the page is ready. | |
Step definitions related mod_lesson.
| 
 | inherited | 
Returns the Mink session.
| string | null | $name | name of the session OR active session will be used | 
| Behat\Mink\Session | 
Implemented in behat_form_field.
| behat_mod_lesson_behat::i_edit_the_lesson | ( | ) | 
Go to the lesson edit page.
@Given i edit the lesson
| behat_mod_lesson_behat::i_grade_lesson_essays | ( | ) | 
Go to the lesson essay grading page.
@Given i grade lesson essays
| behat_mod_lesson_behat::i_select_edit_type | ( | string | $edittype | ) | 
Select the lesson edit type [Collapsed|Expanded].
@Given i select edit type :edittype
| string | $edittype | The edit type of either Collapsed or Expanded | 
| 
 | inherited | 
The JS code to check that the page is ready.
The document must be complete and either M.util.pending_js must be empty, or it must not be defined at all.