element-portable/test/end-to-end-tests/src/usecases
2022-01-10 11:46:30 +00:00
..
accept-invite.ts Convert end-to-end tests to Typescript (#7206) 2021-12-06 09:59:06 +11:00
create-room.ts Auto fix 2021-12-09 09:10:23 +00:00
create-space.ts Convert end-to-end tests to Typescript (#7206) 2021-12-06 09:59:06 +11: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
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 Convert end-to-end tests to Typescript (#7206) 2021-12-06 09:59:06 +11:00
room-settings.ts Disable "Publish this room" option in invite only rooms (#7441) 2022-01-10 11:46:30 +00:00
security.ts Convert end-to-end tests to Typescript (#7206) 2021-12-06 09:59:06 +11:00
send-message.ts Auto fix 2021-12-09 09:10:23 +00:00
settings.ts Auto fix 2021-12-09 09:10:23 +00:00
signup.ts Auto fix 2021-12-09 09:10:23 +00:00
timeline.ts Auto fix 2021-12-09 09:10:23 +00: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.