Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Message popup steps definitions. More...
Public Member Functions | |
getSession ($name=null) | |
Returns the Mink session. | |
i_open_the_message_popover () | |
Open the message popover in the nav bar. | |
i_open_the_notification_popover () | |
Open the notification popover in the nav bar. | |
Public Attributes | |
const | PAGE_READY_JS |
The JS code to check that the page is ready. | |
Message popup steps definitions.
|
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_message_popup::i_open_the_message_popover | ( | ) |
Open the message popover in the nav bar.
@Given /^I open the message popover$/
behat_message_popup::i_open_the_notification_popover | ( | ) |
Open the notification popover in the nav bar.
@Given /^I open the notification popover$/
|
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.