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
b16db7e1
Commit
b16db7e1
authored
Jun 02, 2016
by
Renzo Lucioni
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12634 from edx/renzo/skip-failing-a11y
Disable program details page a11y test
parents
086b0a14
87d58e1d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
common/test/acceptance/tests/lms/test_programs.py
+3
-0
No files found.
common/test/acceptance/tests/lms/test_programs.py
View file @
b16db7e1
"""Acceptance tests for LMS-hosted Programs pages"""
from
unittest
import
skip
from
nose.plugins.attrib
import
attr
from
...fixtures.programs
import
ProgramsFixture
,
ProgramsConfigMixin
...
...
@@ -137,6 +139,7 @@ class ProgramListingPageA11yTest(ProgramPageBase):
@attr
(
'a11y'
)
@skip
(
'The tested page is currently disabled. This test will be re-enabled once a11y failures are resolved.'
)
class
ProgramDetailsPageA11yTest
(
ProgramPageBase
):
"""Test program details page accessibility."""
def
setUp
(
self
):
...
...
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