-
Bug
-
Resolution: Fixed
-
Minor
-
3.7
-
MOODLE_37_STABLE
-
MOODLE_37_STABLE
-
MDL-64967-master -
When doing Behat testing of the mobile app, due to CORS security rules, the 'app' is not able to load CSS (and some other) files from the Moodle server on localhost. This includes the site-wide CSS if specified, and plugin CSS.
The solution is simple, we need to ensure that Chrome web security is disabled for the Behat instance via the --disable-web-security flag.