Bruno Windels
f2a3a13678
find new join button in room directory
2019-09-11 16:51:54 +02:00
Bruno Windels
e3f7246c37
Merge pull request #57 from matrix-org/bwindels/fix-open-directory
...
Adjust how room directory and create room dialog should be opened
2019-09-11 08:27:18 +00:00
Bruno Windels
16591719e3
Revert "Fix signup: set custom hs through advanced section, and accept IS step"
2019-09-10 15:40:17 +00:00
Bruno Windels
b8b2ef266b
Merge pull request #56 from matrix-org/bwindels/fix-signup
...
Fix signup: set custom hs through advanced section, and accept IS step
2019-09-10 15:17:08 +00:00
Bruno Windels
f66f5bedb6
Adjust how room directory and create room dialog should be opened
2019-09-10 16:27:02 +02:00
Bruno Windels
67b03b5a0f
Fix signup: set custom hs through advanced section, and accept IS step
2019-09-10 16:25:59 +02:00
J. Ryan Stinnett
7635e93896
Adjust tests for hidden IS field
2019-08-28 11:41:29 +01:00
Bruno Windels
a72934556c
look for activate in cwd
2019-06-24 15:30:18 +02:00
Bruno Windels
d9def18184
adjust path to register script for pip installation
2019-06-24 15:00:51 +02:00
J. Ryan Stinnett
3e6719e8ab
Wait for password validation
2019-04-25 18:10:41 +01:00
J. Ryan Stinnett
f82f9ecdb2
Use a stronger password
2019-04-25 14:28:39 +01:00
Bruno Windels
20d80e695c
adjust selectors for join and accept button in room preview bar
2019-04-17 11:44:32 +02:00
Bruno Windels
ee1e585301
remove explicit timeout for polling as well
2019-04-16 15:41:45 +02:00
Bruno Windels
48c1d46aa7
remove explicit timeouts from tests for selectors
...
- gets rid of the waitAndQuery vs query distinction,
all queries now wait if needed (called query and queryAll)
- remove explicit timeouts,
as they depend on the speed of the machine the tests run on
2019-04-16 15:39:21 +02:00
Bruno Windels
c40f7f6a3c
add flag to throttle cpu to get failures because of slow ci locally
2019-04-16 14:59:35 +02:00
Bruno Windels
ef59c59f37
poll these as well as ci is slowwww
2019-04-16 12:22:48 +02:00
Bruno Windels
ee46c2b030
wait for opponent label to appear in sas dialog
2019-04-16 12:07:59 +02:00
Bruno Windels
20c3023b94
use session.poll as well for polling when receiving a message
2019-04-16 11:55:33 +02:00
Bruno Windels
9610e9b57e
take into account continuation tiles in when checking timeline messages
2019-04-16 11:43:32 +02:00
Bruno Windels
945daf294c
log messages in timeline when expected not found (debug code)
2019-04-16 11:14:55 +02:00
Bruno Windels
f489f55fd7
increase dialog timeout a bit
2019-04-16 11:09:34 +02:00
Bruno Windels
b01e126433
wait longer to arrive at #home but poll every 100ms
2019-04-16 10:30:14 +02:00
Bruno Windels
be32414214
fix broken selector
2019-04-10 14:32:13 +02:00
Bruno Windels
b0fb36dbb2
remove debug error
2019-04-09 18:09:18 +02:00
Bruno Windels
d978ce6b48
test upload artefacts on failure
2019-04-09 16:34:03 +02:00
Bruno Windels
200f95b312
rest users dont need to be admin
2019-04-09 16:32:07 +02:00
Bruno Windels
7fbfe3159a
dont assume bash when creating rest users
2019-04-09 16:19:44 +02:00
Bruno Windels
4c79e3bd0d
better error handling when creating rest user fails
2019-04-09 15:59:08 +02:00
Bruno Windels
b88dc0ffd5
show browser version when running tests
2019-04-09 15:45:16 +02:00
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