summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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
2013-03-01this approach seems to work better for change in latest jQJohn McLear
2013-03-01fix a testJohn McLear
2013-02-10Make iframe selectors work with jquery 1.9Peter 'Pita' Martischka
2013-02-10Made jquery browser usable in testframeworkPeter 'Pita' Martischka
2013-02-09allow all timeslider tests to runJohn McLear
2013-02-07Fixed "jumps to a revision given in the url" testmluto
2013-02-07works in all 3 major browsersJohn McLear
2013-02-07fix timeslider testsJohn McLear
2013-02-06Merge pull request #1460 from ether/timeslider-labelsJohn McLear
timeslider label tests, fix and fix firefox page up down
2013-02-06timeslider label testsJohn McLear
2013-02-04make plugin specs finally workJohn McLear
2013-01-28Added a test to check the export-urlmluto
2013-01-28Added tests for revision-jumpingmluto
2013-01-15Increased timeouts to make IE9 happy, made button-test more strictmluto
2013-01-15Added ability to load the same pad twice with helper.newPad, use this in ↵mluto
load-message-tests
2013-01-14Merge pull request #1355 from mluto/chat-no-empty-lineJohn McLear
prevent empty chat-messages from being sent
2013-01-14Added test for empty-message-blockmluto
2013-01-13Merge pull request #1334 from mluto/load-more-chat-messagesJohn McLear
Load more than 100 chat messages using a 'load more'-link
2013-01-13use always() instead of done() and call expect() in there, fixed whitespacemluto
2013-01-13Fixed test-names, use waitFor instead of setTimeoutmluto
2013-01-13Added testsmluto
2013-01-07dont run timeslider test for nowJohn McLear
2012-12-23Add rtl frontend testMarcel Klehr
2012-12-08Merge pull request #1227 from ether/tests/add-timeslider-revisions-testJohn McLear
Add a timeslider test