summaryrefslogtreecommitdiff
path: root/tests/frontend
AgeCommit message (Collapse)Author
2017-02-20[test] Fix helper tests for IELuiza Pagliari
2017-02-03[fix] Fix drag and drop tests for IELuiza Pagliari
2016-08-22Perform drag and drop in one changeset, so UNDO works properly. Fix #3041Luiza Pagliari
2016-07-15Merge pull request #3009 from storytouch/selectMultipleLinesOnFESpecsLuiza Pagliari
Enable multi-line selection on frontend tests
2016-06-27Add a frontend test for URLs followed by a ].Xavid
2016-06-21Select beginning of end line when offset is 0 on frontend testsLuiza Pagliari
2016-06-21Enable multi-line selection on frontend testsLuiza Pagliari
2016-03-29Fix document.domain error in frontend testsStefan
2015-10-24Fix flaky tests introduced by #2805Luiza Pagliari
2015-10-13Create setting to control if a new line will be indented or notLuiza 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-01fix font testJohn McLear
2015-04-12change target for IE 9 testJohn McLear
2015-04-12dont test against IE8 any more as we dont care about itJohn McLear
2015-04-11comment out import tests as they fail in IEJohn McLear
2015-04-11disabling import export tests for now as they are reporting false ↵John McLear
positives... at some point they will need properly fixing
2015-04-11fix chrome testJohn McLear
2015-03-31fix font type testJohn McLear
2015-03-03actually disconnect should NOT be visible...webzwo0i
2015-03-03recognize reconnect in clear_authorship_colors testwebzwo0i
2015-01-21fix tests w/ new contextJohn McLear
2015-01-21ie now uses keydownJohn McLear
2015-01-07fix importexport-testswebzwo0i
2015-01-01fix timeslider stars and frontend tests, needs css polishJohn McLear
2014-12-30Merge pull request #2417 from webzwo0i/fix-exportJohn McLear
Fix ExportHtml.js list parsing code
2014-12-29fix bullet test case, remove indent-testcases because they are in separate filewebzwo0i
2014-12-29add testcase for import of intended listswebzwo0i
2014-12-29test for #2395 #2402John McLear
2014-12-28tests front chat going from stiky to smallyJohn McLear
2014-12-28add some import-export testswebzwo0i
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-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-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