Timo
50ad678a42
Merge pull request #3877 from element-hq/toger5/playwright-race-await
...
Fix race in playwright sticky test
2026-04-22 01:07:07 +08:00
Timo K
ea73e5881a
pevara
2026-04-21 17:29:15 +02:00
Timo K
2d16487ca1
fix sticky send race
2026-04-21 17:11:40 +02:00
Valere
8b4762fb29
review: use role locator instead of testID
2026-04-17 17:29:35 +02:00
Valere
eeafd81d31
test: add a screenshare test
2026-04-17 14:58:10 +02:00
Timo
565a5ab73f
Merge pull request #3885 from element-hq/toger5/bottom-bar-storybook
...
[Corrected merge target] Footer component -> Storybook
2026-04-16 20:26:32 +08:00
Timo
c922936777
Merge pull request #3856 from element-hq/toger5/move-settings-out-of-bottom-bar
...
Move settings button out of the button bar (space for loud-speaker button)
2026-04-15 21:14:19 +08:00
Valere Fedronic
6512a9d843
Merge pull request #3666 from element-hq/renovate/livekit-client
...
Update dependency livekit-client to v2.17.2
2026-04-15 13:39:49 +02:00
Timo K
3cb092f541
Revert "fix race in playwright sticky test"
...
This reverts commit 57f12d3d1c .
2026-04-15 11:51:41 +02:00
Valere
68518e323e
Skip NotAllowed test until livekit allows to detect that again
2026-04-15 10:28:19 +02:00
Timo K
57f12d3d1c
fix race in playwright sticky test
2026-04-14 16:23:05 +02:00
Timo K
400259207e
Also use CallFooter for lobby
2026-04-14 13:25:33 +02:00
Timo K
118d11ceec
Merge branch 'livekit' into toger5/move-settings-out-of-bottom-bar
2026-04-13 18:36:03 +02:00
Robin
364fdb5e54
Get rid of the 'open in app' mobile prompt
...
We've determined that calls are working fine in mobile browsers these days and we no longer need it.
2026-04-13 18:05:00 +02:00
fkwp
79de8dffff
fix test as with the recent version of livekit-client the URL format changed
2026-04-13 09:22:24 +02:00
Timo K
2e9c8bd3ce
fix playwright tests
2026-04-09 16:47:42 +02:00
Valere
58d377c3f7
test: Add publishing bug reproduction test
2026-04-08 11:06:05 +02:00
Valere
3d286e8ab4
revert workaround for widget permission dialog, not needed anymore
2026-04-03 09:45:59 +02:00
Valere
d5ec3c342c
reuse exisiting helpers to join call
2026-03-31 16:06:56 +02:00
Valere
c9242148f9
add missing dismiss dialog test
2026-03-31 15:24:12 +02:00
Valere
0dabb43e0f
Workaround: EW has not yet merged the download file permission for EC
2026-03-31 14:56:25 +02:00
Valere
09092e97c8
fix error in test
2026-03-25 12:15:12 +01:00
Valere
cb6bef3849
try extend timeout?
2026-03-25 10:10:29 +01:00
Valere
4d491be4a9
post merge fix
2026-03-25 08:21:32 +01:00
Valere
aad160a715
Merge branch 'livekit' into valere/default_route
2026-03-24 18:28:54 +01:00
Robin
b40feae7da
Merge pull request #3810 from element-hq/robin/button-accessibility
...
Improve accessibility of microphone, camera, and screen share buttons
2026-03-24 17:36:36 +01:00
Robin
e15761d8ee
Merge pull request #3703 from element-hq/renovate/compound
...
Update Compound
2026-03-24 17:20:01 +01:00
Robin
c60ed50a9d
Attempt to fix end-to-end widget tests
2026-03-24 17:04:28 +01:00
Robin
c0d60b2c29
Improve accessibility of microphone, camera, and screen share buttons
...
Taking Valere's suggestion of giving them the 'switch' role. Also, the aria-label attributes were redundant (having tooltips already gives the buttons aria-labelledby).
2026-03-21 02:53:48 +01:00
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