element-web/test/end-to-end-tests/src/usecases
Šimon Brandner bff1ef31d6
Use styled mxids in member list v2 (#8110)
* Revert "Revert "Use styled mxids in member list (#6328)" (#8107)"

This reverts commit 709e6e78d2.

* Fix disambiguated profile for bubbles

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-03-22 16:14:55 -06:00
..
accept-invite.ts Voice rooms prototype (#8084) 2022-03-22 16:14:11 -06:00
create-room.ts Auto fix 2021-12-09 09:10:23 +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.