add test for joining preexisting room

This commit is contained in:
Bruno Windels 2018-07-09 18:21:05 +02:00
parent 5c4f92952f
commit 400327a0f1
5 changed files with 54 additions and 3 deletions

View file

@ -5,6 +5,7 @@ This repository contains tests for the matrix-react-sdk web app. The tests fire
## Current tests
- test riot loads (check title)
- signup with custom homeserver
- join preexisting room
## Roadmap
- get rid of jest, as a test framework won't be helpful to have a continuous flow going from one use case to another (think: do login, create a room, invite a user, ...). a test framework usually assumes the tests are semi-indepedent.