diff --git a/lib/behat/classes/behat_selectors.php b/lib/behat/classes/behat_selectors.php index e38b2dbb225..613b7a95740 100644 --- a/lib/behat/classes/behat_selectors.php +++ b/lib/behat/classes/behat_selectors.php @@ -43,6 +43,7 @@ class behat_selectors { 'block' => 'block', 'region' => 'region', 'table_row' => 'table_row', + 'list_item' => 'list_item', 'table' => 'table', 'fieldset' => 'fieldset', 'css_element' => 'css_element', @@ -57,6 +58,7 @@ class behat_selectors { 'block' => 'block', 'region' => 'region', 'table_row' => 'table_row', + 'list_item' => 'list_item', 'link' => 'link', 'button' => 'button', 'link_or_button' => 'link_or_button', @@ -106,6 +108,9 @@ XPATH XPATH , 'table_row' => << << <<