mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Merge branch 'MDL-39717_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
5e1a48df97
4 changed files with 8 additions and 30 deletions
|
@ -83,7 +83,7 @@ class behat_general extends behat_base {
|
|||
}
|
||||
|
||||
/**
|
||||
* Accepts the currently displayed alert dialog.
|
||||
* Accepts the currently displayed alert dialog. This step does not work in all the browsers, consider it experimental.
|
||||
* @Given /^I accept the currently displayed dialog$/
|
||||
*/
|
||||
public function accept_currently_displayed_alert_dialog() {
|
||||
|
@ -188,7 +188,7 @@ class behat_general extends behat_base {
|
|||
}
|
||||
|
||||
/**
|
||||
* Drags and drops the specified element to the specified container. This step is experimental.
|
||||
* Drags and drops the specified element to the specified container. This step does not work in all the browsers, consider it experimental.
|
||||
*
|
||||
* The steps definitions calling this step as part of them should
|
||||
* manage the wait times by themselves as the times and when the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue