test(e2e): add leaveRoom call after iframe check in room functionality tests
This commit is contained in:
parent
2268b0a593
commit
05f24ace2b
@ -88,6 +88,8 @@ test.describe('Room Functionality Tests', () => {
|
|||||||
return !!component?.shadowRoot?.querySelector('iframe');
|
return !!component?.shadowRoot?.querySelector('iframe');
|
||||||
});
|
});
|
||||||
expect(hasIframe).toBeTruthy();
|
expect(hasIframe).toBeTruthy();
|
||||||
|
|
||||||
|
await leaveRoom(page, 'moderator');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user