mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'wip-mdl-56898-fixup' of https://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
282f0437f1
1 changed files with 5 additions and 0 deletions
|
@ -60,5 +60,10 @@ JS;
|
|||
}
|
||||
|
||||
$this->field->setValue($value);
|
||||
|
||||
// Ensure all pending JS is finished.
|
||||
if ($this->running_javascript()) {
|
||||
$this->session->wait(behat_base::TIMEOUT * 1000, behat_base::PAGE_READY_JS);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue