fix merge issue that added back a deprecated test

This commit is contained in:
Valere
2026-03-09 15:07:42 +01:00
parent 5a612fea91
commit ca3837f44e

View File

@@ -160,21 +160,6 @@ test("control a participant's screen share volume", () => {
});
});
test("toggle fit/contain for a participant's video", () => {
const vm = mockRemoteMedia(rtcMembership, {}, mockRemoteParticipant({}));
withTestScheduler(({ expectObservable, schedule }) => {
schedule("-ab|", {
a: () => vm.toggleCropVideo(),
b: () => vm.toggleCropVideo(),
});
expectObservable(vm.cropVideo$).toBe("abc", {
a: true,
b: false,
c: true,
});
});
});
test("local media remembers whether it should always be shown", () => {
const vm1 = mockLocalMedia(
rtcMembership,