Commit 70b83718 by Stuart Young

use phantomjs for a11y tests

parent 8a3b57a6
...@@ -62,6 +62,7 @@ case "$1" in ...@@ -62,6 +62,7 @@ case "$1" in
"a11y") "a11y")
# Run some of the accessiblity tests # Run some of the accessiblity tests
export SELENIUM_BROWSER=phantomjs
paver test_a11y -t lms/test_problem_types.py:CheckboxTextProblemTypeTest.test_problem_type_a11y paver test_a11y -t lms/test_problem_types.py:CheckboxTextProblemTypeTest.test_problem_type_a11y
paver test_a11y -t lms/test_problem_types.py:RadioTextProblemTypeTest.test_problem_type_a11y paver test_a11y -t lms/test_problem_types.py:RadioTextProblemTypeTest.test_problem_type_a11y
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment