Commit 67e45ec7 by Muhammad Ammar Committed by GitHub

Merge pull request #14776 from edx/ammar/update-move-a11y-test-docs

add comment for move a11y test
parents dffce65b cccbb12d
...@@ -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.
......
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