diff --git a/frontend/webcomponent/tests/e2e/core/room.test.ts b/frontend/webcomponent/tests/e2e/core/room.test.ts index e4ec144..91f9a4e 100644 --- a/frontend/webcomponent/tests/e2e/core/room.test.ts +++ b/frontend/webcomponent/tests/e2e/core/room.test.ts @@ -88,6 +88,8 @@ test.describe('Room Functionality Tests', () => { return !!component?.shadowRoot?.querySelector('iframe'); }); expect(hasIframe).toBeTruthy(); + + await leaveRoom(page, 'moderator'); }); });