Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-20 | [test] Fix helper tests for IE | Luiza Pagliari | |
2017-02-03 | [fix] Fix drag and drop tests for IE | Luiza Pagliari | |
2016-08-22 | Perform drag and drop in one changeset, so UNDO works properly. Fix #3041 | Luiza Pagliari | |
2016-07-15 | Merge pull request #3009 from storytouch/selectMultipleLinesOnFESpecs | Luiza Pagliari | |
Enable multi-line selection on frontend tests | |||
2016-06-27 | Add a frontend test for URLs followed by a ]. | Xavid | |
2016-06-21 | Select beginning of end line when offset is 0 on frontend tests | Luiza Pagliari | |
2016-06-21 | Enable multi-line selection on frontend tests | Luiza Pagliari | |
2016-03-29 | Fix document.domain error in frontend tests | Stefan | |
2015-10-24 | Fix flaky tests introduced by #2805 | Luiza Pagliari | |
2015-10-13 | Create setting to control if a new line will be indented or not | Luiza Pagliari | |
Currently pressing ENTER on a line that ends with ':', '[', '(' or '{' automaticaly indents the new line with 4 spaces. The variable added by this commit to settings.json allow an Etherpad instance to not have this behavior. | |||
2015-07-01 | fix font test | John McLear | |
2015-04-12 | change target for IE 9 test | John McLear | |
2015-04-12 | dont test against IE8 any more as we dont care about it | John McLear | |
2015-04-11 | comment out import tests as they fail in IE | John McLear | |
2015-04-11 | disabling import export tests for now as they are reporting false ↵ | John McLear | |
positives... at some point they will need properly fixing | |||
2015-04-11 | fix chrome test | John McLear | |
2015-03-31 | fix font type test | John McLear | |
2015-03-03 | actually disconnect should NOT be visible... | webzwo0i | |
2015-03-03 | recognize reconnect in clear_authorship_colors test | webzwo0i | |
2015-01-21 | fix tests w/ new context | John McLear | |
2015-01-21 | ie now uses keydown | John McLear | |
2015-01-07 | fix importexport-tests | webzwo0i | |
2015-01-01 | fix timeslider stars and frontend tests, needs css polish | John McLear | |
2014-12-30 | Merge pull request #2417 from webzwo0i/fix-export | John McLear | |
Fix ExportHtml.js list parsing code | |||
2014-12-29 | fix bullet test case, remove indent-testcases because they are in separate file | webzwo0i | |
2014-12-29 | add testcase for import of intended lists | webzwo0i | |
2014-12-29 | test for #2395 #2402 | John McLear | |
2014-12-28 | tests front chat going from stiky to smally | John McLear | |
2014-12-28 | add some import-export tests | webzwo0i | |
2014-11-27 | fix tests in FF | John McLear | |
2014-11-27 | fix timeslider tests | John McLear | |
2014-11-27 | diable caret tests for now | John McLear | |
2014-11-27 | mst tests still brkoen but it runs | John McLear | |
2014-11-27 | fix frontend tests | John McLear | |
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-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 | |