test(e2e): add leaveRoom call after iframe check in room functionality tests

This commit is contained in:
juancarmore 2025-07-17 19:50:50 +02:00
parent 2268b0a593
commit 05f24ace2b

View File

@ -88,6 +88,8 @@ test.describe('Room Functionality Tests', () => {
return !!component?.shadowRoot?.querySelector('iframe');
});
expect(hasIframe).toBeTruthy();
await leaveRoom(page, 'moderator');
});
});