matrix-org / matrix-react-end-to-end-tests

End to end tests for the matrix react web app
2 stars 2 forks source link

Support multiple users, have 2nd user join created room #4

Closed bwindels closed 6 years ago

bwindels commented 6 years ago

Implements these tests:

running tests ...
 * alice signs up ... done
 * alice accepts "Server Notices" invite and accepting terms & conditions ... done
 * bob signs up ... done
 * bob accepts "Server Notices" invite and accepting terms & conditions ... done
 creating a public room and join through directory:
 * alice creates room test ... done
 * alice changes the room settings:
   * alice sets directory listing to true ... done
   * alice sets visibility to public_no_guests ... done
 * bob joins room test ... done
 * bob writes "hi Alice!" in room ... done
 * alice receives message "hi Alice!" from bob in room ... done
all tests finished successfully
bwindels commented 6 years ago

@dbkr No reason apart from that what I'm used to and reverted to without realizing when starting this project. I'm happy to change it to 4 spaces to make it more in line with the other projects, but let's do it in a separate PR. Created an issue: https://github.com/matrix-org/matrix-react-end-to-end-tests/issues/7