John McLear
21736122a0
more realistic timeouts for slower devices
2021-01-27 05:37:54 +00:00
John McLear
edf1dabe65
low hanging lint and some hard coded timeouts
2021-01-27 04:53:28 +00:00
Richard Hansen
b8d07a42eb
lint: Run eslint --fix
on bin/
and tests/
2020-11-24 20:06:12 +00:00
John McLear
675c839d92
tests: use helper for evttype to reduce duplicate code
2020-03-24 23:24:38 +01:00
John McLear
58e1e2d16f
tests: hopefully fixed all tests to be working in edge
2020-03-24 23:24:38 +01:00
muxator
04e9fc3a2f
formatting: bulk remove trailing whitespaces on frontend tests
...
This is a followup on 312c72c364
, which did the same on the main code base,
and is preliminary work for tidying up John's changes in the following commits.
No functional changes.
Command:
find tests/frontend -name '*.js' -type f -print0 | xargs -0 sed --in-place 's/[[:space:]]*$//'
2020-03-24 23:24:38 +01:00
muxator
4580537537
tests: fix frontend tests on firefox
...
These changes make the frontend tests send keydown instead of keypress in
firefox, in accordance with #3413 (Use keydown instead of keypress on Firefox).
The percentage of passing frontend in Firefox 61 on this revision is 100%.
2018-07-20 23:58:47 +02:00
John McLear
26a1584470
fix tests w/ new context
2015-01-21 15:21:15 +00:00
John McLear
cbeb464358
ie now uses keydown
2015-01-21 01:16:12 +00:00
John McLear
936e92e044
fix tests in FF
2014-11-27 23:48:14 +00:00
John McLear
617514b335
mst tests still brkoen but it runs
2014-11-27 17:12:24 +00:00
John McLear
24188d7007
this should pass more tests..
2013-03-14 14:36:54 -03:00
John McLear
1462d8e80c
now IE friendly
2013-03-14 14:22:58 -03:00
John McLear
34c2cf40fa
This isn't ideal, basically some browsers interact with keypress/keydown in different ways so this is a workaround but it's not perma
2013-03-14 13:51:23 -03:00
John McLear
12107859bb
fix tests in firefox as firefox fires on keypress not down
2013-03-14 13:41:49 -03:00
John McLear
5690f2d01e
not z, is b!
2013-03-13 15:06:08 -03:00
John McLear
b4ec07312b
add keystroke tests for relevant buttonpresses and change naming schema to something more sane
2013-03-13 15:00:04 -03:00