Valere
c8b8d350d5
Merge branch 'livekit' into valere/default_route
2026-03-19 18:41:36 +01:00
Valere
9c2b2d4780
fix: playwright, new web popup interfering with test to witch room
2026-03-19 10:44:38 +01:00
Valere
396225a900
fix playwright earpiece mode
2026-03-19 10:44:38 +01:00
Robin
9dfade68ee
New ringing UI
...
This implements the new ringing UI by showing a placeholder tile for the participant being dialed, rather than an overlay.
2026-03-18 11:20:43 +01:00
Timo K
c7f25feb66
use better test condition for mute buttons
2026-03-11 15:46:19 +01:00
Timo K
a20edca9a1
fix pip container query
2026-03-11 15:36:37 +01:00
Timo K
d00ff78d65
fix pip interaction test (button presses)
2026-03-11 15:21:36 +01:00
Timo K
3a9d394529
activate click tests
2026-03-11 14:05:17 +01:00
Timo K
1e400bc550
remove unsused import
2026-03-10 18:26:12 +01:00
Timo K
6485da8fff
add playwright tests for new pip layout
2026-03-10 15:17:41 +01:00
Valere
143b560b20
Add a playwright test to ensure object fit is correct
2026-03-10 09:05:05 +01:00
Timo K
745772f672
Fix rejoin EC crash
...
Due to a duplcaited key (the key not being specific enough)
2026-01-20 13:45:07 +01:00
Valere
9f323d21a8
review: quick comment
2026-01-20 08:10:50 +01:00
Valere
ed8cee9f58
review: fix/clean the route interception
2026-01-19 15:28:22 +01:00
Valere
a985281b46
playwright: intercept send request to ensure sticky event are sent
2026-01-19 13:58:36 +01:00
Valere
c2eea67b35
Merge branch 'livekit' into valere/playwright/spa_sticky_test
2026-01-16 17:41:39 +01:00
Valere
202e06a16d
skip FF
2026-01-16 17:41:32 +01:00
Valere
89c878cf3f
playwright: Test call in SPA mode with matrix 2.0
2026-01-16 17:11:45 +01:00
Timo K
102664482b
Activate the hotswap test that was failing before.
2026-01-16 15:41:25 +01:00
Timo K
22c1948a82
Add playwright test for hotswatpping transport
2026-01-16 14:27:52 +01:00
Valere
16b08994cc
Try fixup mixed conten error loading widget
2026-01-16 12:53:10 +01:00
Valere
a00c6501c2
fix discarding pop ups
2026-01-15 15:22:04 +01:00
Valere
9e933b74ca
cleanup notifications toast on start
2026-01-15 14:31:33 +01:00
Valere
d25d6d3196
Test all pairs of rtc mode in federated calls
2026-01-15 12:06:41 +01:00
Valere
243f369a24
re-use test helper in other files
2026-01-15 11:50:37 +01:00
Valere
0d1488af4c
playwright: Federated call between legacy and compat
2026-01-14 18:07:12 +01:00
Valere
7338a55e76
review: improve doc
2026-01-14 12:15:00 +01:00
Valere
68f04d46a9
playwright: End to end test for huddle calls in widget mode
2026-01-13 19:11:12 +01:00
Valere
e82a048088
playwright: Test that declining a call in DM works as expected
2026-01-13 09:46:44 +01:00
Valere
56beb59346
review: Update copyright properly
2026-01-12 15:35:21 +01:00
Valere
cf579638fd
skip firefox
2026-01-09 15:39:53 +01:00
Valere
d2907f51d3
prettier format
2026-01-09 12:35:25 +01:00
Valere
a9153f2781
fix: Regression on default mutestate for voicecall + end-2-end tests
2026-01-09 12:03:56 +01:00
Valere
da55d84bde
Add script to check that the tsdoc is correct and up-to-date
2025-12-30 17:02:44 +01:00
Will Hunt
72ec1439f4
Support MSC4143 RTC Transport endpoint ( #3629 )
...
* Use rtc-focus branch of js-sdk
* Update makeTransport to fetch backend transports and validate all transports before response.
* Fix test
* Add test
* Loads more tests
* Add tests for openid errors
* improve comment
* update to develop commit
* Add JWT parsing
* Use JWT
* Cleanup
* fixup tests
* fixup tests
* lint
* lint lint
* Fix `Reconnecting`
2025-12-29 17:45:41 +00:00
Timo K
7edc97b917
remove continue button things
2025-12-11 17:24:35 +01:00
Timo K
8225e4f260
remove page.pause
2025-12-11 17:22:02 +01:00
Timo K
207b161b3b
fix logger and dismiss button presses
2025-12-11 17:17:56 +01:00
Timo K
170a38c0ba
fix playwright incompatible browser toast
2025-12-11 11:30:14 +01:00
Valere
71bf55f358
also test that video is muted when earpiece overlay is on
2025-12-04 10:37:14 +01:00
Valere
940c787040
review: quick renaming
2025-12-04 10:06:45 +01:00
Valere
c7491c3e97
move fixture to correct folder
2025-12-03 17:25:32 +01:00
Valere
0ed7194d87
fix: earpiece overlay not showing + playwright test!
2025-12-03 17:10:57 +01:00
Timo K
66dece98a5
add more test for publisher
2025-11-28 21:50:22 +01:00
Timo K
2011aef116
skip "Should show error screen if call creation is restricted" on ff
2025-11-28 18:00:04 +01:00
Valere
294b90b6dc
fix fixture following web change
2025-11-24 11:29:03 +01:00
Robin
4be395500f
Fix the interactivity of buttons while reconnecting or in earpiece mode ( #3486 )
...
* Fix the interactivity of buttons while reconnecting or in earpiece mode
When we're in one of these modes, we need to ensure that everything above the overlay (the header and footer buttons) is interactive, while everything obscured by the overlay (the media tiles) is non-interactive and removed from the accessibility tree. It's not a very easy task to trap focus *outside* an element, so the best solution I could come up with is to set tabindex="-1" manually on all interactive elements belonging to the media tiles.
* Write a Playwright test for reconnecting
* fix lints
Signed-off-by: Timo K <toger5@hotmail.de >
* fix test
Signed-off-by: Timo K <toger5@hotmail.de >
* enable http2 for matrx-rtc host to allow the jwt service to talk to the SFU
* remove rate limit for delayed events
* more time to connect to livekit SFU
* Due to a Firefox issue we set the start anchor for the tab test to the Mute microphone button
* adapt to most recent Element Web version
* Use the "End call" button as proofe for a started call
* Currrenty disabled due to recent Element Web
- not indicating the number of participants
- bypassing Lobby
* linting
* disable 'can only interact with header and footer while reconnecting' for firefox
---------
Signed-off-by: Timo K <toger5@hotmail.de >
Co-authored-by: Timo <16718859+toger5@users.noreply.github.com >
Co-authored-by: Timo K <toger5@hotmail.de >
Co-authored-by: fkwp <github-fkwp@w4ve.de >
2025-09-18 12:58:47 +02:00
Robin
30024877fc
Test that the reaction button is visible at small screen widths
2025-08-14 17:00:56 +02:00
Valere
1a3e88c19a
Ensure that the the jwt service is called before starting a call
2025-08-05 15:13:04 +02:00
Valere
9bf63cce25
fix the test to properly fail
2025-08-01 11:58:05 +02:00