Home
last modified time | relevance | path

Searched refs:fieldxpath (Results 1 – 9 of 9) sorted by relevance

/dports/www/moodle310/moodle/theme/classic/tests/behat/
H A Dbehat_theme_classic_behat_admin.php75 $fieldxpath = "//*[self::input | self::textarea | self::select]" .
79 $fieldnode = $this->find('xpath', $fieldxpath, $exception);
83 $fieldxpath = "//*[label[contains(., $label)]|span[contains(., $label)]]" .
88 $fieldnode = $this->find('xpath', $fieldxpath);
91 $this->execute('behat_forms::i_set_the_field_with_xpath_to', [$fieldxpath, $value]);
/dports/www/moodle311/moodle/theme/classic/tests/behat/
H A Dbehat_theme_classic_behat_admin.php75 $fieldxpath = "//*[self::input | self::textarea | self::select]" .
79 $fieldnode = $this->find('xpath', $fieldxpath, $exception);
83 $fieldxpath = "//*[label[contains(., $label)]|span[contains(., $label)]]" .
88 $fieldnode = $this->find('xpath', $fieldxpath);
91 $this->execute('behat_forms::i_set_the_field_with_xpath_to', [$fieldxpath, $value]);
/dports/www/moodle39/moodle/theme/classic/tests/behat/
H A Dbehat_theme_classic_behat_admin.php75 $fieldxpath = "//*[self::input | self::textarea | self::select]" .
79 $fieldnode = $this->find('xpath', $fieldxpath, $exception);
83 $fieldxpath = "//*[label[contains(., $label)]|span[contains(., $label)]]" .
88 $fieldnode = $this->find('xpath', $fieldxpath);
91 $this->execute('behat_forms::i_set_the_field_with_xpath_to', [$fieldxpath, $value]);
/dports/www/moodle310/moodle/admin/tests/behat/
H A Dbehat_admin.php68 $fieldxpath = "//*[self::input | self::textarea | self::select]" .
72 $fieldnode = $this->find('xpath', $fieldxpath, $exception);
76 $fieldxpath = "//*[label[contains(., $label)]|span[contains(., $label)]]" .
83 $this->execute('behat_forms::i_set_the_field_with_xpath_to', [$fieldxpath, $value]);
/dports/www/moodle39/moodle/admin/tests/behat/
H A Dbehat_admin.php68 $fieldxpath = "//*[self::input | self::textarea | self::select]" .
72 $fieldnode = $this->find('xpath', $fieldxpath, $exception);
76 $fieldxpath = "//*[label[contains(., $label)]|span[contains(., $label)]]" .
83 $this->execute('behat_forms::i_set_the_field_with_xpath_to', [$fieldxpath, $value]);
/dports/www/moodle311/moodle/admin/tests/behat/
H A Dbehat_admin.php68 $fieldxpath = "//*[self::input | self::textarea | self::select]" .
72 $fieldnode = $this->find('xpath', $fieldxpath, $exception);
76 $fieldxpath = "//*[label[contains(., $label)]|span[contains(., $label)]]" .
83 $this->execute('behat_forms::i_set_the_field_with_xpath_to', [$fieldxpath, $value]);
/dports/www/moodle310/moodle/lib/tests/behat/
H A Dbehat_forms.php289 public function i_set_the_field_with_xpath_to($fieldxpath, $value) { argument
290 $this->set_field_node_value($this->find('xpath', $fieldxpath), $value);
411 * @param string $fieldxpath
415 public function the_field_with_xpath_matches_value($fieldxpath, $value) { argument
418 $fieldnode = $this->find('xpath', $fieldxpath);
425 … 'The \'' . $fieldxpath . '\' value is \'' . $fieldvalue . '\', \'' . $value . '\' expected' ,
437 * @param string $fieldxpath
441 public function the_field_with_xpath_does_not_match_value($fieldxpath, $value) { argument
444 $fieldnode = $this->find('xpath', $fieldxpath);
450 … 'The \'' . $fieldxpath . '\' value matches \'' . $value . '\' and it should not match it' ,
/dports/www/moodle311/moodle/lib/tests/behat/
H A Dbehat_forms.php289 public function i_set_the_field_with_xpath_to($fieldxpath, $value) { argument
290 $this->set_field_node_value($this->find('xpath', $fieldxpath), $value);
411 * @param string $fieldxpath
415 public function the_field_with_xpath_matches_value($fieldxpath, $value) { argument
418 $fieldnode = $this->find('xpath', $fieldxpath);
425 … 'The \'' . $fieldxpath . '\' value is \'' . $fieldvalue . '\', \'' . $value . '\' expected' ,
437 * @param string $fieldxpath
441 public function the_field_with_xpath_does_not_match_value($fieldxpath, $value) { argument
444 $fieldnode = $this->find('xpath', $fieldxpath);
450 … 'The \'' . $fieldxpath . '\' value matches \'' . $value . '\' and it should not match it' ,
/dports/www/moodle39/moodle/lib/tests/behat/
H A Dbehat_forms.php289 public function i_set_the_field_with_xpath_to($fieldxpath, $value) { argument
290 $this->set_field_node_value($this->find('xpath', $fieldxpath), $value);
411 * @param string $fieldxpath
415 public function the_field_with_xpath_matches_value($fieldxpath, $value) { argument
418 $fieldnode = $this->find('xpath', $fieldxpath);
425 … 'The \'' . $fieldxpath . '\' value is \'' . $fieldvalue . '\', \'' . $value . '\' expected' ,
437 * @param string $fieldxpath
441 public function the_field_with_xpath_does_not_match_value($fieldxpath, $value) { argument
444 $fieldnode = $this->find('xpath', $fieldxpath);
450 … 'The \'' . $fieldxpath . '\' value matches \'' . $value . '\' and it should not match it' ,