-
Bug
-
Resolution: Fixed
-
Minor
-
3.0
-
MOODLE_30_STABLE
-
MOODLE_30_STABLE
-
wip-mdl-52540
-
Behat scenario "Preview a question using the mouse." fails on phantomjs.
This was not tested in MDL-51555, as phantomjs runs were done using @_switch_window which skipped the test.
Since phantomjs 2.x supports :
- @_alert
- @_switch_window
- @_file_upload
These scenarios are the only one failing. So probably mouse events are not handled well in phantomjs.