Update CallViewModel.test.ts

This commit is contained in:
Timo K
2026-06-03 10:18:45 +02:00
parent b86909af52
commit b554ce4a87

View File

@@ -900,7 +900,7 @@ describe.each([
); );
// TODO add media to lk mocks // 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 // Set the spy before creating the view model so the initial call is captured
const onPipMediaOrientationUpdate = vi.fn(); const onPipMediaOrientationUpdate = vi.fn();
window.controls.onPipMediaOrientationUpdate = onPipMediaOrientationUpdate; window.controls.onPipMediaOrientationUpdate = onPipMediaOrientationUpdate;