* 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 |
||
---|---|---|
.. | ||
accept-invite.ts | ||
create-room.ts | ||
create-space.ts | ||
dialog.ts | ||
invite.ts | ||
join.ts | ||
login.ts | ||
logout.ts | ||
memberlist.ts | ||
README.md | ||
rightpanel.ts | ||
room-settings.ts | ||
security.ts | ||
select-room.ts | ||
send-message.ts | ||
send-sticker.ts | ||
settings.ts | ||
signup.ts | ||
timeline.ts | ||
toasts.ts | ||
verify.ts |
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.