moodle/lib/behat/form_field
David Monllao c1faf86bd1 MDL-42625 behat: Make behat pacient
* When looking for texts inside the page or inside
  other containers we should wait until the elements
  are visible.
* Same when expanding tree nodes.
* Normalizing loops to spin() function using
  behat_base::TIMEOUT and behat_base::EXTENDED_TIMEOUT,
  leaving TIMEOUT for DOM load processes and
  EXTENDED_TIMEOUT for long processes that involves JS
  too.
* Add page load waits between actions that involves
  reloading the page.
2013-12-09 11:08:42 +08:00
..
behat_form_checkbox.php MDL-38410 behat: Adding new form fields 2013-03-19 16:42:59 +08:00
behat_form_date_selector.php MDL-38410 behat: Adding new form fields 2013-03-19 16:42:59 +08:00
behat_form_date_time_selector.php MDL-38410 behat: Adding new form fields 2013-03-19 16:42:59 +08:00
behat_form_editor.php MDL-42625 behat: Make behat pacient 2013-12-09 11:08:42 +08:00
behat_form_field.php MDL-42625 behat: Step definitions + related changes in features 2013-12-06 13:10:24 +08:00
behat_form_modvisible.php MDL-38499 behat: Steps definitions for section visibility management 2013-03-27 16:00:54 +08:00
behat_form_radio.php MDL-39634 behat: Removing unused arguments 2013-06-14 16:14:04 +08:00
behat_form_select.php MDL-42625 behat: Step definitions + related changes in features 2013-12-06 13:10:24 +08:00
behat_form_selectyesno.php MDL-38949 behat: Form field for selectyesno 2013-04-14 10:58:20 +08:00