Auto Collapse Behaviour - Collapse left panel during calls (#33771)

* Add call resize behaviour

* Export behaviour from behaviours.ts

* Fix e2e tests

* Fix lint

* Move test to vitest

* Pass call-store instead of global access

* Fix broken collapse behaviour on strict mode

* Remove unused variable from test
This commit is contained in:
R Midhun Suresh
2026-07-24 12:45:34 +00:00
committed by GitHub
parent 5d27663f26
commit 67206624a0
9 changed files with 155 additions and 24 deletions
@@ -501,6 +501,7 @@ test.describe("Element Call", () => {
});
await use({ roomId });
},
lockLeftPanelWidth: false,
});
async function openAndJoinCall(page: Page, existing = false) {