Add live voice broadcast indicator to user menu (#9590)
This commit is contained in:
parent
c3de8cbe6b
commit
ef548a4843
7 changed files with 191 additions and 4 deletions
|
@ -75,6 +75,7 @@ describe("VoiceBroadcastRecordingsStore", () => {
|
|||
});
|
||||
|
||||
it("should return it as current", () => {
|
||||
expect(recordings.hasCurrent()).toBe(true);
|
||||
expect(recordings.getCurrent()).toBe(recording);
|
||||
});
|
||||
|
||||
|
@ -103,6 +104,7 @@ describe("VoiceBroadcastRecordingsStore", () => {
|
|||
});
|
||||
|
||||
it("should clear the current recording", () => {
|
||||
expect(recordings.hasCurrent()).toBe(false);
|
||||
expect(recordings.getCurrent()).toBeNull();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue