5fe8442f44
* Add an end-to-end test for stickers * More logs on login * Wait for spinners to go away * Factor out spinner waiting as it seems useful * Move stickers to the end * More waiting * When all else fails... add sleeps * Waiting for the server picker to appear seems to work..? * Typos Co-authored-by: J. Ryan Stinnett <jryans@gmail.com> * remove commented code from registration usecase Co-authored-by: J. Ryan Stinnett <jryans@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
accept-invite.ts | ||
create-room.ts | ||
create-space.ts | ||
dialog.ts | ||
invite.ts | ||
join.ts | ||
login.ts | ||
memberlist.ts | ||
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 |
README.md
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.