-
Bug
-
Resolution: Fixed
-
Major
-
2.5, 2.6
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MOODLE_25_STABLE
-
MDL-39795_master -
When the Selenium response to a command takes a while the browser becomes unresponsive, if it is unresponsive for too much time it appears a beautiful JS dialog.
Looking into the problem, the commands that takes more time are the ones that are asking for the whole page contents to look for texts, in fact the step I should see "whatever" is currently (based on the behat framework default behaviour) getting all page's contents (through //html xpath) and from there getting it's text() to find if it matches the "whatever" text with a regex. We must improve this, not only to solve the blocker issue, also to improve performance when possible.
Important to run the whole suite features also using saucelabs to ensure all continues working as expected as these changes will affect most of the .feature files.
- Discovered while testing
-
MDL-40109 Double space between dates when showing the section name using format_weeks
- Closed