mirror of
https://github.com/vector-im/element-call.git
synced 2026-06-27 17:52:56 +00:00
Update CallViewModel.test.ts
This commit is contained in:
@@ -900,7 +900,7 @@ describe.each([
|
||||
);
|
||||
|
||||
// TODO add media to lk mocks
|
||||
test.skip("onPipMediaOrientationUpdate is called with the spotlight media orientation", () => {
|
||||
test("onPipMediaOrientationUpdate is called with the spotlight media orientation", () => {
|
||||
// Set the spy before creating the view model so the initial call is captured
|
||||
const onPipMediaOrientationUpdate = vi.fn();
|
||||
window.controls.onPipMediaOrientationUpdate = onPipMediaOrientationUpdate;
|
||||
|
||||
Reference in New Issue
Block a user