Add tests to cover joining and starting an Element call (#30843)

* Add tests

* Add test IDs

* Revert to pre-new-widget-refactors state

* Update codeowners

* Remove one of the test IDs

* Update snapshots as DMs don't have room names :)

* Remove only

* fix a import

* fix docstring

* update snaps

* remove a line

* update snaps
This commit is contained in:
Will Hunt
2025-09-23 12:38:18 +00:00
committed by GitHub
parent b89de61e12
commit 479b451916
8 changed files with 338 additions and 3 deletions
@@ -129,6 +129,7 @@ export default function RoomHeader({
disabled={!!videoCallDisabledReason}
color="primary"
aria-label={videoCallDisabledReason ?? _t("action|join")}
data-testId="join-call-button"
>
{_t("action|join")}
</Button>