Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Class: behat_block_social_activities  - X-Ref

Behat steps definitions for block social activities

get_social_block_activity_node($activityname)   X-Ref
Returns the DOM node of the activity in the social activities block

return: NodeElement
param: string $activityname The activity name

activity_in_social_activities_block_should_have_editing_icon($activityname, $iconname)   X-Ref
Checks that the specified activity in the social activities block should have the specified editing icon.

This includes items in the action menu for the item (does not require it to be open)

You should be in the course page with editing mode turned on.

param: string $activityname
param: string $iconname

activity_in_social_activities_block_should_not_have_editing_icon($activityname, $iconname)   X-Ref
Checks that the specified activity in the social activities block should not have the specified editing icon.

This includes items in the action menu for the item (does not require it to be open)

You should be in the course page with editing mode turned on.

param: string $activityname
param: string $iconname

i_click_on_in_the_activity_in_social_activities_block($element, $selectortype, $activityname)   X-Ref
Clicks on the specified element of the activity. You should be in the course page with editing mode turned on.

param: string $element
param: string $selectortype
param: string $activityname

get_social_block_activity_element($element, $selectortype, $activityname)   X-Ref
Finds the element containing a specific activity in the social activity block.

return: NodeElement
param: string $element
param: string $selectortype
param: string $activityname

activity_in_social_activities_block_should_be_hidden($activityname)   X-Ref
Checks that the specified activity is hidden in the social activities block.

param: string $activityname

activity_in_social_activities_block_should_be_available_but_hidden_from_course_page($activityname)   X-Ref
Checks that the specified activity is hidden in the social activities block.

param: string $activityname

i_open_actions_menu_in_social_activities_block($activityname)   X-Ref
Opens an activity actions menu in the social activities block if it is not already opened.

param: string $activityname

get_partial_named_selectors()   X-Ref
Return the list of partial named selectors.

return: array