Skip to content

Commit

Permalink
Update test/unit/tracks/text-track-display.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Walter Seymour <[email protected]>
  • Loading branch information
CarlosVillasenor and wseymour15 authored Aug 13, 2024
1 parent 5192a67 commit de3a4bc
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 @@ -501,7 +501,7 @@ if (!Html5.supportsNativeTextTracks()) {
player.dispose();
});

QUnit.test('should use relative position for vjs-text-track-display element if browser is does not support inset property', function(assert) {
QUnit.test('should use relative position for vjs-text-track-display element if browser does not support inset property', function(assert) {
// Set conditions for the use of the style modifications
window.CSS.supports = () => false;
browser.IS_SMART_TV = () => true;
Expand Down

0 comments on commit de3a4bc

Please sign in to comment.