webzwo0i
30b05499f4
key event combinations
2020-10-21 03:30:21 +02:00
webzwo0i
cca0552c39
increase timeout
2020-10-10 20:05:20 +02:00
webzwo0i
fe37c45a5d
events are fired regardless of pad size
2020-10-10 20:01:45 +02:00
John McLear
53b80d6280
tests: adding a check before finishing responsiveness test - allowing load test to run for 25 instead of 30 seconds to facilitate travis performance. ( #4363 )
...
The goal of this PR is to make tests break less frequently. It is yet confirmed if this has worked but time will tell.
2020-09-27 15:13:55 +01:00
John McLear
ea4b9bf7d7
tests: support even slower safari ( #4361 )
2020-09-26 21:57:21 +01:00
John McLear
ca7b8e278f
allow slower for Safari
2020-09-22 16:32:40 +01:00
John McLear
4434e54368
Update responsiveness.js
...
Changing allowed delay from 300 to 400 because Safari OSX is consistently slow compared to every other modern browser.
2020-09-12 11:00:05 +01:00
webzwo0i
e2b3b009e1
tests: skip responsivness test on firefox 52.0/windows ( #4275 )
2020-09-09 21:40:53 +01:00
John McLear
2b9915d00d
commenting out responsiveness test in preperation for a release
2020-09-08 15:18:19 +01:00
John McLear
4db484e34e
tests: uncomment responsiveness tests
...
To make travis run them again and review to see what fails.
2020-08-27 22:45:32 +01:00
John McLear
8863ea804c
Revert "Revert "tests: testing to see if responsiveness test enable broke travis... Committing direct to ensure SL tests run""
...
This reverts commit 7c8c2665cb
.
2020-07-17 23:23:34 +00:00
John McLear
09ce8bcc45
tests: make target versions inline with #4162 part 3
2020-07-17 12:40:48 +00:00
John McLear
7c8c2665cb
Revert "tests: testing to see if responsiveness test enable broke travis... Committing direct to ensure SL tests run"
...
This reverts commit 423b99f499
.
2020-07-17 11:57:28 +00:00
John McLear
423b99f499
tests: testing to see if responsiveness test enable broke travis... Committing direct to ensure SL tests run
2020-07-17 10:15:30 +00:00
John McLear
864e76b300
tests: Responsive test enable ( #4174 )
...
Just enabling the responsiveness test as part of attempting to solve #3506
2020-07-17 10:23:13 +01:00
webzwo0i
b7dff552f0
cruft: Remove unecessary consolelogs ( #4141 )
2020-06-27 20:12:06 +01:00
muxator
b34fc2de2b
use Date.now() instead of new Date().getTime()
...
This is documented to be more performant.
The substitution was made on frontend code, too (i.e., the one in /static),
because Date.now() is supported since IE 9, and we are life supporting only
IE 11.
Commands:
find . -name *.js | xargs sed --in-place "s/new Date().getTime()/Date.now()/g"
find . -name *.js | xargs sed --in-place "s/(new Date()).getTime()/Date.now()/g"
Not done on jQuery.
2019-02-26 23:25:15 +01:00
John McLear
936e92e044
fix tests in FF
2014-11-27 23:48:14 +00:00
Dave Longley
5688350bf1
Adapt and add slowness test from @JohnMcLear.
...
- The test now ensures that all three key events are fired when
sending keys. Previously, only the 'keypress' event was sent,
which failed to trigger very slow code on webkit browsers (as
it is triggered by 'keyup'). All three events should really be
sent whenever sending keys to the browser to ensure that we're
adequately testing real behavior. See the 'sendkeys' plugin
for more; it only sends 'keypress'.
2013-07-14 16:46:12 -04:00