Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-14 | Update frontend language tests for new keyboard shortcut convention | Prateek 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-05 | Replace tabs indentation with spaces indentation | Luc Didry | |
Some files are obviously external libraries, I didn't touch them | |||
2013-09-29 | ‘Etherpad Lite’ -> ‘Etherpad’ | Eric Schrijver | |
2013-09-01 | Clarify how to access tests | Eric Schrijver | |
Add @marcelklehr’s clarification in https://github.com/ether/etherpad-lite/issues/1859 | |||
2013-07-14 | Adapt 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-15 | Update sauce key | Chia-liang Kao | |
2013-06-07 | use SAUCE_ACCESS_KEY | Chia-liang Kao | |
2013-03-19 | add a test to show weird behavior | John McLear | |
2013-03-18 | more tests but still fundamental flaw with arrow keys | John McLear | |
2013-03-18 | most test pass but important ones failed | John McLear | |
2013-03-18 | document the required tests | John McLear | |
2013-03-17 | working caret position function | John McLear | |
2013-03-17 | beginning of FE tests for caret tracking which is easily broken when you add ↵ | John McLear | |
weird line heights to pads | |||
2013-03-14 | fix undo test | John McLear | |
2013-03-14 | this should pass more tests.. | John McLear | |
2013-03-14 | now IE friendly | John McLear | |
2013-03-14 | missed an evt | John McLear | |
2013-03-14 | This 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-14 | fix tests in firefox as firefox fires on keypress not down | John McLear | |
2013-03-13 | typo | John McLear | |
2013-03-13 | not z, is b! | John McLear | |
2013-03-13 | add keystroke tests for relevant buttonpresses and change naming schema to ↵ | John McLear | |
something more sane | |||
2013-03-06 | ltr test and fix rtl test | John McLear | |
2013-03-05 | fix chat simulation test to work in android | John McLear | |
2013-03-01 | more fixes | John McLear | |
2013-03-01 | fix monospace text | John McLear | |
2013-03-01 | this approach seems to work better for change in latest jQ | John McLear | |
2013-03-01 | fix a test | John McLear | |
2013-02-10 | Make iframe selectors work with jquery 1.9 | Peter 'Pita' Martischka | |
2013-02-10 | Made jquery browser usable in testframework | Peter 'Pita' Martischka | |
2013-02-09 | allow all timeslider tests to run | John McLear | |
2013-02-07 | Fixed "jumps to a revision given in the url" test | mluto | |
2013-02-07 | works in all 3 major browsers | John McLear | |
2013-02-07 | fix timeslider tests | John McLear | |
2013-02-06 | Merge pull request #1460 from ether/timeslider-labels | John McLear | |
timeslider label tests, fix and fix firefox page up down | |||
2013-02-06 | timeslider label tests | John McLear | |
2013-02-04 | make plugin specs finally work | John McLear | |
2013-01-28 | Added a test to check the export-url | mluto | |
2013-01-28 | Added tests for revision-jumping | mluto | |
2013-01-15 | Increased timeouts to make IE9 happy, made button-test more strict | mluto | |
2013-01-15 | Added ability to load the same pad twice with helper.newPad, use this in ↵ | mluto | |
load-message-tests | |||
2013-01-14 | Merge pull request #1355 from mluto/chat-no-empty-line | John McLear | |
prevent empty chat-messages from being sent | |||
2013-01-14 | Added test for empty-message-block | mluto | |
2013-01-13 | Merge pull request #1334 from mluto/load-more-chat-messages | John McLear | |
Load more than 100 chat messages using a 'load more'-link | |||
2013-01-13 | use always() instead of done() and call expect() in there, fixed whitespace | mluto | |
2013-01-13 | Fixed test-names, use waitFor instead of setTimeout | mluto | |
2013-01-13 | Added tests | mluto | |
2013-01-07 | dont run timeslider test for now | John McLear | |
2012-12-23 | Add rtl frontend test | Marcel Klehr | |
2012-12-08 | Merge pull request #1227 from ether/tests/add-timeslider-revisions-test | John McLear | |
Add a timeslider test |