-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Fix broken tests for video player #1339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you added commented-out tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.