Skip to content

Commit

Permalink
test: Update HlsParser integration tests (#7675)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored and joeyparrish committed Dec 11, 2024
1 parent 0499bc4 commit 328dbbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hls/hls_parser_integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe('HlsParser', () => {
});

it('supports text discontinuity', async () => {
player.setTextTrackVisibility(true);
player.configure('autoShowText', shaka.config.AutoShowText.ALWAYS);

await player.load('/base/test/test/assets/hls-text-offset/index.m3u8');
await video.play();
Expand All @@ -134,7 +134,7 @@ describe('HlsParser', () => {
});

it('supports text without discontinuity', async () => {
player.setTextTrackVisibility(true);
player.configure('autoShowText', shaka.config.AutoShowText.ALWAYS);

// eslint-disable-next-line max-len
await player.load('/base/test/test/assets/hls-text-no-discontinuity/index.m3u8');
Expand Down

0 comments on commit 328dbbc

Please sign in to comment.