Commit graph

82 commits

Author SHA1 Message Date
Bruno Windels
4591b26dab show all of create rest user command output on failure 2019-04-09 15:30:20 +02:00
Bruno Windels
04e06c3cfa PR feedback 2019-04-04 10:20:25 +02:00
Bruno Windels
ed772e2cc5 Merge branch 'master' into bwindels/redesignfixes 2019-04-03 15:31:05 +02:00
Bruno Windels
240c715c84
Merge pull request #36 from matrix-org/bwindels/checkleavesmemberlist
test leaving members disappear from memberlist
2019-04-03 13:30:40 +00:00
Bruno Windels
3affb8f068 section for creating rest users 2019-04-03 15:15:28 +02:00
Bruno Windels
5939d62499 fix scrollpanel selector 2019-04-03 15:15:15 +02:00
Bruno Windels
e10e4b0eab nicer output, comment 2019-04-03 14:37:03 +02:00
Bruno Windels
e147cc9341 this dialog isn't shown anymore and this was accepting the SAS dialog
also lower timeout so we don't wait 5s if there is no dialog
2019-04-03 14:36:34 +02:00
Bruno Windels
d63a0c5aea fix gete2e info and open settings, even though not used currently 2019-04-02 15:15:13 +02:00
Bruno Windels
450430d66c remove travis flag 2019-04-02 15:14:44 +02:00
Bruno Windels
f197e9f977 lazy loading is not in labs anymore 2019-04-02 15:14:24 +02:00
Bruno Windels
c1312f09ab fix import 2019-04-02 15:14:08 +02:00
Bruno Windels
34171eab8c doing wait for /sync request to receive message, doesn't work well
just poll every 200ms, feels way faster as before
we were probably missing /sync requests
2019-04-02 15:13:04 +02:00
Bruno Windels
28bba4952b fix detecting e2e message in timeline 2019-04-02 15:12:51 +02:00
Bruno Windels
9ab1692544 fix verification, replace device id/key with SAS verification. 2019-04-02 14:30:41 +02:00
Bruno Windels
ae5dc9d0b3 fix inviting someone 2019-04-02 14:29:47 +02:00
Bruno Windels
2bf51da73e fix enabling e2e encryption in room settings 2019-04-02 14:29:23 +02:00
Bruno Windels
a1505971fc missed this when making createRoom export non-default earlier 2019-03-29 16:59:54 +01:00
Bruno Windels
5598214cd2 fix writing in composer 2019-03-29 16:59:05 +01:00
Bruno Windels
fe6a273ba9 fix joining a room through the room directory 2019-03-29 13:59:42 +01:00
Bruno Windels
a27b92a49a fix changing the room settings 2019-03-29 13:06:06 +01:00
Bruno Windels
65ca1b33ee fix creating a room 2019-03-29 12:27:48 +01:00
Bruno Windels
ab5a2452ee fix signup 2019-03-29 12:04:51 +01:00
Travis Ralston
2e839d545a Click the 'Accept' button as part of the signup process
Part of https://github.com/vector-im/riot-web/issues/7700
2018-11-15 20:23:15 -07:00
Travis Ralston
d57a56d7a8 There is no more server notices invite on signup 2018-11-01 18:35:42 -06:00
Travis Ralston
f607cb2702 Fix the registration process to handle m.login.terms auth 2018-11-01 17:55:48 -06:00
Bruno Windels
1a2254677c test leaving members disappear from memberlist 2018-10-09 15:15:03 +02:00
Bruno Windels
a637ad85ad set a room alias for a public room, as required now 2018-09-21 11:25:26 +02:00
Bruno Windels
64608af0b2
Merge pull request #26 from matrix-org/bwindels/disablelltests
disable LL tests on travis CI
2018-09-19 11:04:55 +02:00
Bruno Windels
d47f782c21
Revert "increase timeout for server notices room" 2018-09-18 16:51:22 +02:00
Bruno Windels
cf397efed5 disable LL tests on travis CI 2018-09-18 16:50:33 +02:00
Bruno Windels
0d86b82e3a increase timeout for server notices room 2018-09-18 11:13:02 +02:00
Bruno Windels
42c1b95b7c spit out logs for creating REST users to figure out what is going on with the CI server 2018-09-18 10:17:03 +02:00
Bruno Windels
992a0be4d0 DRY usernames 2018-09-14 14:46:25 +02:00
Bruno Windels
36708cc5db wait for next sync before inspecting memberlist
before we needed a 10s delay here to make the test work
reliable, this should be faster in the best case.
2018-09-14 14:45:40 +02:00
Bruno Windels
16b2f09915 Test if members joining while user is offline are received after returning online with LL enabled 2018-09-14 12:44:01 +02:00
Bruno Windels
6deb595fec add logging to rest session actions 2018-09-14 12:17:22 +02:00
Bruno Windels
af255c6386 dont assert the first time in receiveMessage, as it will show an ugly assert error while everything is fine, just need to wait longer 2018-09-14 09:52:34 +02:00
Bruno Windels
9f4cf776c5 make receiveMessage more robust by checking first if the message is not already in the timeline 2018-09-13 12:04:18 +02:00
Bruno Windels
239e6a4bce add ll tests to check if all expected members are in memberlist
also move verify-device use case to timeline to reuse memberlist
query for this test.
2018-09-13 12:03:29 +02:00
Bruno Windels
5d06c65ce5 split up ll tests in several functions 2018-09-13 12:02:49 +02:00
Bruno Windels
1725e7524b split up scenarios in multiple files as lazy-loading scenarios grow 2018-09-13 10:31:15 +02:00
Bruno Windels
5ec8f6f9b4 rename tests folder to the more accurate usecases 2018-09-12 18:40:25 +02:00
Bruno Windels
923ae90576 move range and delay over to util module 2018-09-12 18:38:42 +02:00
Bruno Windels
5745e9ed0c move Logger and LogBuffer to own module 2018-09-12 18:36:02 +02:00
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
29aec256df finish basic LL test to see if display names appear from lazy loaded state 2018-09-12 14:53:19 +02:00
Bruno Windels
4057ec8a6a store displayName on RestSession to use it in tests 2018-09-12 14:51:00 +02:00
Bruno Windels
249cf4f87e implement reading and scrolling timeline, group timeline related code 2018-09-12 14:49:48 +02:00
Bruno Windels
244d5b0851 dont show all 20 send messages
support muting a logger and chaining calls
2018-09-12 09:48:37 +02:00