Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.10.1, 3.11, 4.0
-
0
-
Internationals - 4.0 Sprint 1, HQ Team International Sprint 2
Description
Recently we have started to run accessibility tests @ ci.moodle.org. That new feature was added by MDL-67687.
They are passing perfectly using boost, but running them for classic has revealed some real problems:
Link: https://ci.moodle.org/job/W.06.01%20-%20Behat%20-%20Chrome%20+%20Postgres%20+%20Classic/546/
Error summary: https://pastebin.com/YLKEC7w1
To reproduce:
1) init behat with --axe switch: php admin/tool/behat/cli/init.php -a=classic --axe -j=1
2) run behat with --suite classic --tags '@accessibility'
Ciao