1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-04 10:34:51 +02:00
video.js/test/unit
Brandon Casey a2b1a33606 fix: cues at startTime 0 do not fire (#4152)
Previously timeupdate would fire before the video was playing, and the tech was not ready. This caused issues when preload was set to auto, because cuechange would fire before the video was even started for cues with a startTime of 0.

Wait for tech to be ready before watching for timeupdate
update unit tests to use TechFaker
Add a unit test to verify that we wait for Tech to be ready.
2017-03-02 14:35:45 -05:00
..
mixins feat: Stateful Components (#3960) 2017-01-26 22:04:34 -05:00
tech fix: cues at startTime 0 do not fire (#4152) 2017-03-02 14:35:45 -05:00
tracks fix: cues at startTime 0 do not fire (#4152) 2017-03-02 14:35:45 -05:00
utils fix: make mergeOptions behave the same across browsers (#4088) 2017-02-16 16:55:54 -05:00
button.test.js @rlchung fixed tests that weren't disposing players when they finished. closes 3524 2016-08-25 10:58:42 -04:00
clickable-component.test.js feat(clickable-component): Disable interaction with disabled clickable components (#3525) 2016-11-03 15:43:15 -04:00
close-button.test.js @pagarwal123 updated some test code to pass linter 2016-08-05 11:38:08 -04:00
component.test.js fix: addChild instance names should be toTitleCased (#4116) 2017-02-22 14:00:15 -05:00
controls.test.js fix: Muting with MuteToggle sets ARIA value of VolumeBar to 0 (#4099) 2017-02-21 15:53:56 -05:00
events.test.js test(events): silence error logging in tests (#3835) 2016-12-05 16:22:49 -05:00
extend.test.js @misteroneill updated tests to qunit 2.0. closes #3509 2016-08-12 13:51:31 -04:00
media-error.test.js @misteroneill fixed IE8 media error test failure. closes #3568 2016-08-24 13:48:39 -04:00
menu.test.js fix: fix the structure of elements in menus to comply with ARIA requirements (#4034) 2017-02-08 01:24:30 -05:00
modal-dialog.test.js feat: fix accessibility of the captions setting dialog (#4050) 2017-02-21 15:58:04 -05:00
player.test.js fix: Add lang attribute to player el, so that css :lang() is correct (#4046) 2017-02-15 15:22:10 -05:00
plugin-advanced.test.js feat: Advanced Class-based Plugins for 6.0 (#3690) 2017-01-18 01:52:23 -05:00
plugin-basic.test.js fix: copy basic plugin properties onto the wrapper (#4100) 2017-02-21 15:49:42 -05:00
plugin-static.test.js feat: don't throw when re-registering a plugin unless it's a player method (#4140) 2017-03-02 11:17:42 -05:00
poster.test.js @misteroneill updated tests to qunit 2.0. closes #3509 2016-08-12 13:51:31 -04:00
setup.test.js @rlchung fixed tests that weren't disposing players when they finished. closes 3524 2016-08-25 10:58:42 -04:00
test-helpers.js feat: middleware (#3788) 2017-01-19 17:29:09 -05:00
video.test.js feat: middleware (#3788) 2017-01-19 17:29:09 -05:00
videojs-hooks.test.js chore: increase browserstack/karma timeouts, dispose player in tests (#4135) 2017-02-28 15:02:18 -05:00