Commit abb36e60 by muzafferyousaf

Fixing up ORA2 a11y tests.

parent 26c8622a
......@@ -24,7 +24,7 @@ class OpenAssessmentAxsTest(OpenAssessmentTest):
self.assertEqual(0, len(result.errors))
# Verify that this page currently has 2 accessibility warnings.
self.assertEqual(3, len(result.warnings))
self.assertEqual(2, len(result.warnings))
# And that these are the warnings that the page currently gives.
for warning in result.warnings:
......@@ -32,7 +32,6 @@ class OpenAssessmentAxsTest(OpenAssessmentTest):
warning.startswith((
'Warning: AX_FOCUS_01',
'Warning: AX_COLOR_01',
'Warning: AX_IMAGE_01',
)),
msg="Unexpected warning: {}".format(warning))
......
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