mirror of
https://github.com/videojs/video.js.git
synced 2025-03-03 15:12:49 +02:00
- Fixed a console error in dom tests from loading a track source - Switched to non-fetching poster urls in tests to prevent errors - Stubbed XHR for TextTrack tests to prevent log errors - Fixed text track console errors that stubbing async didn't catch because there's some async happening in tracks that makes it so - XHR isn't even used until the test is complete - Removed extra code - Added player.dispose more places and fixed attributes test