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
John McLear
ff58897679
fix frontend tests
2014-11-27 16:58:04 +00:00
Luc Didry
3d8452b143
Replace tabs indentation with spaces indentation
...
Some files are obviously external libraries, I didn't touch them
2013-12-05 08:41:29 +01:00
Peter 'Pita' Martischka
68ed9b219f
Fixed another sendkeys bug
2012-11-11 19:04:28 -08:00
Peter 'Pita' Martischka
e385e78310
IE9 doesn't need special IE treatment and works much better with the W3C sendkeys methods
2012-11-11 18:21:43 -08:00
John McLear
c6cbdb5dc2
bring underscore in local so we dont depend on underscore.org being up
2012-10-28 17:56:03 +00:00
Peter 'Pita' Martischka
6fefadee88
move sendkeys to lib folder
2012-10-08 18:54:03 +01:00
Peter 'Pita' Martischka
ca6ebd6151
major restructering of the front end test framework
2012-10-08 00:34:29 +02:00
Peter 'Pita' Martischka
7aee98bce8
made test helpers more cross browser compatible
2012-10-03 17:37:48 +01:00
Peter 'Pita' Martischka
ba4ebbba3b
Setted up an enviroment for frontend tests, first steps
2012-10-02 00:35:43 +01:00