Commit Graph

19 Commits

Author SHA1 Message Date
Bruno Windels
7bcb255a2c increase timeout here in case this wouldnt be enough for the CI server 2018-09-12 16:47:24 +02:00
Bruno Windels
249cf4f87e implement reading and scrolling timeline, group timeline related code 2018-09-12 14:49:48 +02:00
Bruno Windels
abc7c4c3ac join use cases that touch settings in one file, as selectors are similar 2018-09-11 18:30:57 +02:00
Bruno Windels
be4c1cb899 support setting the room alias 2018-09-11 18:29:05 +02:00
Bruno Windels
4a4b1f65aa wait for the message to be sent 2018-09-11 18:28:50 +02:00
Bruno Windels
f49b85897d remove specific timeout for selectors
as these are not hard sleeps, but timeouts, its better to put them
a bit larger, as in the best case they'll return quickly anyway
and in the worst case where they need a lot of time it's still better
if the tests don't fail
2018-08-23 00:29:24 +02:00
Bruno Windels
fd67ace078 increase timeouts so the tests dont timeout on build server 2018-08-23 00:27:30 +02:00
Bruno Windels
c49f1b33fb Merge pull request #11 from matrix-org/bwindels/increasetimeout2
increase receive message timeout
2018-08-15 15:17:42 +02:00
Bruno Windels
440b1032d5 increase receive message timeout 2018-08-15 15:17:11 +02:00
Bruno Windels
4f76ad83d5 increase timeout 2018-08-15 15:05:46 +02:00
Bruno Windels
377a20fffa bring indentation in line with other front-end projects 2018-08-14 12:53:16 +02:00
Bruno Windels
2c983f8cee fix composer issue and more 2018-08-09 14:23:09 +02:00
Bruno Windels
af0c0c0afe add test scenario for e2e encryption 2018-08-08 18:30:48 +02:00
Bruno Windels
c5f064e389 make receiving a bit more robust 2018-08-08 12:35:36 +02:00
Bruno Windels
1fd379b3d2 wait to receive message from other user 2018-08-08 12:17:36 +02:00
Bruno Windels
a78c095cf6 add support for changing the room settings 2018-08-08 11:45:26 +02:00
Bruno Windels
aaa5ee1a25 more consistent naming on session methods 2018-08-07 18:21:53 +02:00
Bruno Windels
4e7df2126b move step logging to tests, DRY; put test scenario in separate file, less globals 2018-08-07 17:58:58 +02:00
Bruno Windels
7c91ecab7e create session object to scope a user, move helper methods there 2018-08-07 16:45:34 +02:00