Fix broken tests for video player - #1339
Conversation
There was a problem hiding this comment.
Why are you added commented-out tests?
There was a problem hiding this comment.
It was commented out before @valera-rozuvan did a fix for Video player. It will be enabled before merge.
|
@polesye Locally, on my machine, all Jasmine tests pass. I tried both So from me 👍 Good to merge. |
|
Looks good to me, though you might want to first rebase to get my refactoring of cms acceptance tests in PR #1370 . That PR will also speed up the video .feature tests because the course/section/subsection are now created programmatically. 👍 |
|
Rebased. |
|
I'm getting some failures locally with the caption acceptance tests. In particular, the "Make sure captions are open" step fails intermittently with a "unknown error: Element is not clickable at point (314, 639). Other element would receive the click" Make sure you're using the ui helper functions in |
|
Ran the acceptance tests a bunch of times and they seem solid. Thanks for taking care of this! 👍 |
Fix broken tests for video player
This PR provide fix for disabled video tests.
After enabling some of the JavaScript unit tests works well.
Some tests are fixed.
One test is rewritten to acceptance test.
@wedaly @valera-rozuvan @jzoldak please review.