Commit 1d09f787 by Sofiya Semenova Committed by GitHub

Merge pull request #12756 from edx/ssemenova/flakeytest

Fix flakey TextbooksTest
parents 0a7c534d 9545c90a
......@@ -80,6 +80,7 @@ class TextbooksTest(StudioCourseTest):
self.textbook_view_page.switch_to_pdf_frame(self)
self.textbook_view_page.a11y_audit.config.set_rules({
'ignore': [
'color-contrast', # will always fail because pdf.js converts pdf to divs with transparent text
'html-lang', # AC-504
'meta-viewport', # AC-505
'skip-link', # AC-506
......
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