Skip to content

Commit

Permalink
test(TextTrackDisplay): Removing incorrect test techOrder (#4379)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldayananda authored and gkatsev committed May 25, 2017
1 parent 188ead1 commit eade52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/tracks/text-track-display.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ if (!Html5.supportsNativeTextTracks()) {

QUnit.test('the user-selected language takes priority over default language', function(assert) {
// The video has ‘English’ captions as default, but has ‘Spanish’ captions also
const player = TestHelpers.makePlayer({techOrder: ['html5']});
const player = TestHelpers.makePlayer();
const track1 = {
kind: 'captions',
label: 'English',
Expand Down

0 comments on commit eade52e

Please sign in to comment.