Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
230d7486
Commit
230d7486
authored
Jul 15, 2016
by
Ehtesham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a11y fixes related to AC-251
parent
b26a7c7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
11 deletions
+3
-11
common/test/acceptance/tests/lms/test_problem_types.py
+3
-11
No files found.
common/test/acceptance/tests/lms/test_problem_types.py
View file @
230d7486
...
...
@@ -334,11 +334,7 @@ class CheckboxProblemTypeTest(ProblemTypeTestBase, ProblemTypeTestMixin):
super
(
CheckboxProblemTypeTest
,
self
)
.
setUp
(
*
args
,
**
kwargs
)
self
.
problem_page
.
a11y_audit
.
config
.
set_rules
({
'ignore'
:
[
'section'
,
# TODO: AC-491
'aria-allowed-attr'
,
# TODO: AC-251
'aria-valid-attr'
,
# TODO: AC-251
'aria-roles'
,
# TODO: AC-251
'checkboxgroup'
,
# TODO: AC-251
'section'
# TODO: AC-491
]
})
...
...
@@ -380,9 +376,7 @@ class MultipleChoiceProblemTypeTest(ProblemTypeTestBase, ProblemTypeTestMixin):
super
(
MultipleChoiceProblemTypeTest
,
self
)
.
setUp
(
*
args
,
**
kwargs
)
self
.
problem_page
.
a11y_audit
.
config
.
set_rules
({
'ignore'
:
[
'section'
,
# TODO: AC-491
'aria-valid-attr'
,
# TODO: AC-251
'radiogroup'
,
# TODO: AC-251
'section'
# TODO: AC-491
]
})
...
...
@@ -424,9 +418,7 @@ class RadioProblemTypeTest(ProblemTypeTestBase, ProblemTypeTestMixin):
super
(
RadioProblemTypeTest
,
self
)
.
setUp
(
*
args
,
**
kwargs
)
self
.
problem_page
.
a11y_audit
.
config
.
set_rules
({
'ignore'
:
[
'section'
,
# TODO: AC-491
'aria-valid-attr'
,
# TODO: AC-292
'radiogroup'
,
# TODO: AC-292
'section'
# TODO: AC-491
]
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment