Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
b95a6693
Commit
b95a6693
authored
6 years ago
by
Farhanah Sheets
Committed by
Jeff Witt
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed final a11y test with ignore
parent
b1a72355
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/test/acceptance/tests/lms/test_lms.py
+1
-1
1 addition, 1 deletion
common/test/acceptance/tests/lms/test_lms.py
with
1 addition
and
1 deletion
common/test/acceptance/tests/lms/test_lms.py
+
1
−
1
View file @
b95a6693
...
...
@@ -536,12 +536,12 @@ class CourseWikiA11yTest(UniqueCourseTest):
"""
Verify the basic accessibility of edit wiki page.
"""
self
.
_open_editor
()
self
.
course_wiki_edit_page
.
a11y_audit
.
config
.
set_rules
({
"
ignore
"
:
[
'
aria-valid-attr
'
,
#TODO: LEARNER-6611 & LEARNER-6865
]
})
self
.
_open_editor
()
self
.
course_wiki_edit_page
.
a11y_audit
.
check_for_accessibility_errors
()
def
test_changes
(
self
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment