Test |
Duration |
Result |
WHEN the reducer is called for ResetLastMediaSessionAction THEN a new state with a false mediaSessionActive is returned |
0.001s |
passed |
WHEN the reducer is called for ResetLastMediaSessionAction on a custom tab THEN the BrowserState is not updated |
0.002s |
passed |
WHEN the reducer is called for UpdateLastAccessAction THEN a new state with updated lastAccess is returned |
0s |
passed |
WHEN the reducer is called for UpdateLastMediaAccessAction THEN a new state with updated LastMediaAccessState is returned |
0.001s |
passed |
WHEN the reducer is called for UpdateLastMediaAccessAction on a custom tab THEN the BrowserState is not updated |
0s |
passed |