element-portable/test/end-to-end-tests/src/usecases
Robin 1f64835fab
Update video rooms to new design specs (#8207)
* Remove radio component

* "Voice room" → "video room"

* Remove interactivity from video room tiles

* Update connection state when joining via widget

* Simplify room header buttons for video rooms

* Split out video room creation into a separate menu option

* Simplify room options for video rooms

* Update video room tile layout

* Tell the Jitsi widget whether it's a video channel

* Update tests

* "Voice" → "video" in more places

* Fix tests

* Re-add frame to immersive Jitsi widgets

* Comment ack

* Make updateDevices more readable

* Type FacePile
2022-04-01 14:36:10 +00:00
..
accept-invite.ts Voice rooms prototype (#8084) 2022-03-22 16:14:11 -06:00
create-room.ts Update video rooms to new design specs (#8207) 2022-04-01 14:36:10 +00:00
create-space.ts Triple the speed of E2E tests and stop them exploding if a circular datastructure is logged (#8095) 2022-03-21 10:26:26 +00:00
dialog.ts Auto fix 2021-12-09 09:10:23 +00:00
invite.ts Convert end-to-end tests to Typescript (#7206) 2021-12-06 09:59:06 +11:00
join.ts Convert end-to-end tests to Typescript (#7206) 2021-12-06 09:59:06 +11:00
login.ts Add an end-to-end test for stickers (#7733) 2022-02-15 11:49:53 +00:00
logout.ts Add support for redirecting to external pages after logout (#7905) 2022-03-01 11:06:17 -07:00
memberlist.ts Auto fix 2021-12-09 09:10:23 +00:00
README.md move everything to subfolder to merge into react-sdk 2019-10-09 16:52:48 +02:00
rightpanel.ts Triple the speed of E2E tests and stop them exploding if a circular datastructure is logged (#8095) 2022-03-21 10:26:26 +00:00
room-settings.ts Triple the speed of E2E tests and stop them exploding if a circular datastructure is logged (#8095) 2022-03-21 10:26:26 +00:00
security.ts Convert end-to-end tests to Typescript (#7206) 2021-12-06 09:59:06 +11:00
select-room.ts Voice rooms prototype (#8084) 2022-03-22 16:14:11 -06:00
send-message.ts Auto fix 2021-12-09 09:10:23 +00:00
send-sticker.ts Add an end-to-end test for stickers (#7733) 2022-02-15 11:49:53 +00:00
settings.ts End-to-end test alias publishing flow (#7779) 2022-02-11 11:37:31 +00:00
signup.ts Auto fix 2021-12-09 09:10:23 +00:00
timeline.ts Use styled mxids in member list v2 (#8110) 2022-03-22 16:14:55 -06:00
toasts.ts Auto fix 2021-12-09 09:10:23 +00:00
verify.ts Auto fix 2021-12-09 09:10:23 +00:00

use cases contains the detailed DOM interactions to perform a given use case, may also do some assertions. use cases are often used in multiple scenarios.