You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('should set user status to busy during event and restore manual status after event ends',async()=>{
675
+
constnow=newDate();
676
+
conststartTime=newDate(now.getTime()+1000);
677
+
// Event cannot be less than 5 secs in duration, otherwise `processStatusChangesAtTime` would trigger both start/end status changes at the same time, due to the 5s offset
0 commit comments