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
67e45ec7
Commit
67e45ec7
authored
Mar 31, 2017
by
Muhammad Ammar
Committed by
GitHub
Mar 31, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14776 from edx/ammar/update-move-a11y-test-docs
add comment for move a11y test
parents
dffce65b
cccbb12d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
common/test/acceptance/tests/studio/test_studio_container.py
+3
-0
No files found.
common/test/acceptance/tests/studio/test_studio_container.py
View file @
67e45ec7
...
@@ -1409,6 +1409,9 @@ class MoveComponentTest(ContainerBase):
...
@@ -1409,6 +1409,9 @@ class MoveComponentTest(ContainerBase):
should_verify_publish_title
=
False
should_verify_publish_title
=
False
)
)
# Ideally this test should be decorated with @attr('a11y') so that it should run in a11y jenkins job
# But for some reason it always fails in a11y jenkins job and passes always locally on devstack as well
# as in bokchoy jenkins job. Due to this reason, test is marked to run under bokchoy jenkins job.
def
test_a11y
(
self
):
def
test_a11y
(
self
):
"""
"""
Verify move modal a11y.
Verify move modal a11y.
...
...
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