element-portable/test/end-to-end-tests/src/usecases
Michael Telatynski ad4d3f9a88
Move threads e2e tests over to cypress (#8501)
* Add non-consent (default) Synapse template

* Add consent test

* Add create room test

* Stash work

* Initial threads tests

* fix

* Delete old threads e2e tests, plan new ones

* Fix typed s'more

* Try something else

* specify d.ts

* Fix types once and for all?

* Fix the consent tests

* Iterate threads test harness

* Fix dispatcher types

* Iterate threads test

* fix typing

* Alternative import attempt

* let it break let it break let it break

* Tweak types

* Stash

* delint and update docs

* null-guard scrollIntoView

* Iterate threads test

* Apply suggestions from code review
2022-05-10 17:09:31 +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 End to end tests for threads (#8267) 2022-04-12 17:46:08 -06: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 End to end tests for threads (#8267) 2022-04-12 17:46:08 -06: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.