Differences Between: [Versions 310 and 400]
Step definition to generate database fixtures for learning plan system.
Copyright: | 2016 Issam Taboubi <issam.taboubi@umontreal.ca> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 129 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 1 file lib/behat/behat_base.php |
behat_tool_lp:: (4 methods):
click_on_edit_menu_of_the_row()
select_of_the_competency_tree()
resolve_page_instance_url()
get_exact_named_selectors()
Class: behat_tool_lp - X-Ref
Step definition for learning plan system.click_on_edit_menu_of_the_row($nodetext, $rowname) X-Ref |
Click on an entry in the edit menu. param: string $nodetext param: string $rowname |
select_of_the_competency_tree($competencyname) X-Ref |
Click on competency in the tree. param: string $competencyname |
resolve_page_instance_url(string $page, string $identifier) X-Ref |
Convert page names to URLs for steps like 'When I am on the "[identifier]" "[page type]" page'. Recognised page names are: | pagetype | name meaning | description | | Course competencies | Course name | The course competencies page | return: moodle_url the corresponding URL. param: string $page identifies which type of page this is, e.g. 'Course competencies'. param: string $identifier identifies the particular page, e.g. 'C1'. |
get_exact_named_selectors() X-Ref |
Return a list of the exact named selectors for the component. return: behat_component_named_selector[] |