Merge pull request #1366 from edx/db/fix-video-test

Fix video unit test
This commit is contained in:
David Baumgold
2013-10-16 10:42:53 -07:00

View File

@@ -42,10 +42,10 @@
'<a ' +
'href="#" ' +
'class="quality_control" ' +
'title="HD" ' +
'title="HD off" ' +
'role="button" ' +
'aria-disabled="false"' +
'>HD</a>'
'>HD off</a>'
);
});