Bruno Windels
87be5fb938
try to fix selecting all text in Field components
2019-09-13 16:33:17 +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
20c3023b94
use session.poll as well for polling when receiving a message
2019-04-16 11:55:33 +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
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
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
1725e7524b
split up scenarios in multiple files as lazy-loading scenarios grow
2018-09-13 10:31:15 +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
244d5b0851
dont show all 20 send messages
...
support muting a logger and chaining calls
2018-09-12 09:48:37 +02:00
Bruno Windels
4a4b1f65aa
wait for the message to be sent
2018-09-11 18:28:50 +02:00
Bruno Windels
6be5975050
dont assume new target is a new page
2018-08-23 10:03:37 +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
377a20fffa
bring indentation in line with other front-end projects
2018-08-14 12:53:16 +02:00
Bruno Windels
a78c095cf6
add support for changing the room settings
2018-08-08 11:45:26 +02:00
Bruno Windels
2a7438e9fb
no need to double select here, might speed things up slightly
2018-08-07 18:23:58 +02:00
Bruno Windels
aaa5ee1a25
more consistent naming on session methods
2018-08-07 18:21:53 +02:00
Bruno Windels
4c0ab117bf
move outputting steps to session to scope it to username
2018-08-07 17:16:27 +02:00
Bruno Windels
6b843eacfc
move log buffers into session, start logging implicitely
2018-08-07 17:09:43 +02:00
Bruno Windels
7c91ecab7e
create session object to scope a user, move helper methods there
2018-08-07 16:45:34 +02:00