diff --git a/src/room/GroupCallView.test.tsx b/src/room/GroupCallView.test.tsx index 2f98fd82..ccde45b3 100644 --- a/src/room/GroupCallView.test.tsx +++ b/src/room/GroupCallView.test.tsx @@ -291,7 +291,6 @@ test("Should close widget when all other left and have time to play a sound", as expect(widgetStopMock).toHaveBeenCalledOnce(); }); - test("Should not close widget when auto leave due to error", async () => { const user = userEvent.setup();