summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-12-29move pad tests - still need to do copy pad and some other functionality IE forceJohn McLear
2014-12-29test for #2395 #2402John McLear
2014-12-28tests front chat going from stiky to smallyJohn McLear
2014-12-27remove trailing enter from apikeyJohn McLear
2014-12-24test for pad usersJohn McLear
2014-11-28Merge pull request #2344 from ether/backend-testsJohn McLear
Backend tests
2014-11-27readme docs for backend testsJohn McLear
2014-11-27fix tests in FFJohn McLear
2014-11-27fix timeslider testsJohn McLear
2014-11-27diable caret tests for nowJohn McLear
2014-11-27mst tests still brkoen but it runsJohn McLear
2014-11-27fix frontend testsJohn McLear
2014-11-26path issues for supertittiesJohn McLear
2014-11-26final api test written for nowJohn McLear
2014-11-264 more to goJohn McLear
2014-11-2660% of backend api tests writtenJohn McLear
2014-11-2630% of session and group tests doneJohn McLear
2014-11-26mowah pad tests, tea timeJohn McLear
2014-11-26tidy up and re-organizeJohn McLear
2014-11-26all pad tests with contentJohn McLear
2014-11-26basic pad tests without test logic yetJohn McLear
2014-11-26handle auth failsJohn McLear
2014-11-26make internal note of which endpoints need testingJohn McLear
2014-11-25basic test runnerJohn McLear
2014-10-14Update frontend language tests for new keyboard shortcut conventionPrateek Saxena
8af34a2295f2ff85cf0b introduced a failing test frontend test- https://travis-ci.org/ether/etherpad-lite/builds/37931978 This commit updates both the German and English strings even though the German locale files haven't been updated yet. The tests will continue to fail but will stop as soon as translatewiki catches up.
2013-12-05Replace tabs indentation with spaces indentationLuc Didry
Some files are obviously external libraries, I didn't touch them
2013-09-29‘Etherpad Lite’ -> ‘Etherpad’Eric Schrijver
2013-09-01Clarify how to access testsEric Schrijver
Add @marcelklehr’s clarification in https://github.com/ether/etherpad-lite/issues/1859
2013-07-14Adapt and add slowness test from @JohnMcLear.Dave Longley
- 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-06-15Update sauce keyChia-liang Kao
2013-06-07use SAUCE_ACCESS_KEYChia-liang Kao
2013-03-19add a test to show weird behaviorJohn McLear
2013-03-18more tests but still fundamental flaw with arrow keysJohn McLear
2013-03-18most test pass but important ones failedJohn McLear
2013-03-18document the required testsJohn McLear
2013-03-17working caret position functionJohn McLear
2013-03-17beginning of FE tests for caret tracking which is easily broken when you add ↵John McLear
weird line heights to pads
2013-03-14fix undo testJohn McLear
2013-03-14this should pass more tests..John McLear
2013-03-14 now IE friendlyJohn McLear
2013-03-14missed an evtJohn McLear
2013-03-14This isn't ideal, basically some browsers interact with keypress/keydown in ↵John McLear
different ways so this is a workaround but it's not perma
2013-03-14fix tests in firefox as firefox fires on keypress not downJohn McLear
2013-03-13typoJohn McLear
2013-03-13not z, is b!John McLear
2013-03-13add keystroke tests for relevant buttonpresses and change naming schema to ↵John McLear
something more sane
2013-03-06ltr test and fix rtl testJohn McLear
2013-03-05fix chat simulation test to work in androidJohn McLear
2013-03-01more fixesJohn McLear
2013-03-01fix monospace textJohn McLear