diff --git a/lib/behat/classes/behat_selectors.php b/lib/behat/classes/behat_selectors.php index cedf70eac30..a46930ee2f3 100644 --- a/lib/behat/classes/behat_selectors.php +++ b/lib/behat/classes/behat_selectors.php @@ -69,6 +69,7 @@ class behat_selectors { 'table' => 'table', 'field' => 'field', 'fieldset' => 'fieldset', + 'text' => 'text', 'css_element' => 'css_element', 'xpath_element' => 'xpath_element' ); @@ -82,7 +83,10 @@ class behat_selectors { * @var XPaths for moodle elements. */ protected static $moodleselectors = array( - 'dialogue' => << << <<