@@ -82,7 +82,7 @@ describe('MediaSession', () => {
8282 ) . to . eql ( adBreak ) ;
8383 } ) ;
8484
85- it ( 'should not resume after AdBreakEnd if user paused before ad break and excludeAdBreaksFromContentTime is true' , async ( ) => {
85+ it ( 'should not accumulate mediaContentTimeSpent after AdBreakEnd if user paused before ad break and excludeAdBreaksFromContentTime is true' , async ( ) => {
8686 const customSession : MediaSession = new MediaSession (
8787 mp ,
8888 song . contentId ,
@@ -240,7 +240,7 @@ describe('MediaSession', () => {
240240 expect ( bond . args [ 0 ] [ 0 ] . options . currentPlayheadPosition ) . to . eq ( 32 ) ;
241241 } ) ;
242242
243- it ( 'should pause mediaContentTimeSpent when excludeAdBreaksFromContentTime is true' , async ( ) => {
243+ it ( 'should pause mediaContentTimeSpent when logging ad breaks when excludeAdBreaksFromContentTime is true' , async ( ) => {
244244 const mediaSessionAttributes = {
245245 session_name : 'amazing-current-session' ,
246246 session_start_time : 'right-now' ,
@@ -360,7 +360,7 @@ describe('MediaSession', () => {
360360 expect ( mpMediaContentTimeSpent ) . to . lessThanOrEqual ( 400 ) ;
361361 } ) ;
362362
363- it ( 'should not resume after AdBreakEnd if user paused during ad break and excludeAdBreaksFromContentTime is true' , async ( ) => {
363+ it ( 'should not accumulate mediaContentTimeSpent after AdBreakEnd if user paused during ad break and excludeAdBreaksFromContentTime is true' , async ( ) => {
364364 const mediaSessionAttributes = {
365365 session_name : 'amazing-current-session' ,
366366 session_start_time : 'right-now' ,
0 commit comments