summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2018-01-04Select formatting button on selection (#3301)Joas Souza
[feat] Select button when selection is on formatted text
2018-01-03Add settings to scroll on edition out of viewport (#3282)Joas Souza
* Add scroll when it edits a line out of viewport By default, when there is an edition of a line, which is out of the viewport, Etherpad scrolls the minimum necessary to make this line visible. This makes that the line stays either on the top or the bottom of the viewport. With this commit, we add a setting to make possible to scroll to a position x% pixels from the viewport. Besides of that, we add a setting to make an animation of this scroll. If nothing is changed on settings.json the Etherpad default behavior is kept
2017-05-29Merge pull request #3182 from storytouch/fix/do_not_hide_force_reconnect_modalLuiza Pagliari
Improvements on modals and "force reconnect" messages
2017-05-12[fix] Do not close ANY "force reconnect" messageLuiza Pagliari
Fix previous commit. As "force reconnect" buttons have all the same id on DOM, on the previous commit we were only disallowing the first button with that id on DOM -- "userdup" -- to be closed by a click on editor. Casually the tests were using the same error to simulate a "force reconnect", so even the tests were not getting the issue.
2017-05-11[fix] Have one setting for each shortcut to create ordered listLuiza Pagliari
This is an adjustment to #2891.
2017-05-04[fix] Do not close "force reconnect" messagesLuiza Pagliari
If a "force reconnect" message is displayed to the user, it means the only way to go back to a healthy state is to reload the pad. So we cannot hide this kind of message, like what is done with other modals (eg: "settings").
2017-05-04[fix] Close modals when user clicks both on pad inner and outerLuiza Pagliari
Also: split tests for automatic reconnection and regular modal tests.
2017-05-03[fix] Block user from changing pad after he/she is disconnectedLuiza Pagliari
Use same approach of when channel state is chaged to "DISCONNECTED".
2017-04-18Merge pull request #3161 from ether/feature/automatic_force_reconnectLuiza Pagliari
Feature: automatic force reconnect
2017-04-06[fix] Fix path on test scriptLuiza Pagliari
2017-04-06[fix] Use new SauceConnect provided by Sauce LabsLuiza Pagliari
Could not dowload "Sauce-Connect-latest.zip" anymore, need to change to new version of SauceConnect.
2017-04-04[test] Create tests for automatic reconnection on errorLuiza Pagliari
2017-02-20[fix] Remove extra whitespace on helper tests for IELuiza Pagliari
2017-02-20[refactor] Use better way to select a single lineLuiza Pagliari
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-28Merge pull request #2970 from xavidotron/urlJohn McLear
Remove [ and ] from the regexp used by the URL filter.
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-05-05Fix useless comparison in sussonsAndGroups test.Max Schaefer
2016-03-29Fix document.domain error in frontend testsStefan
2016-03-23Fix check in backend testsStefan
2015-10-24Fix flaky tests introduced by #2805Luiza Pagliari
2015-10-22Merge pull request #2805 from storytouch/indentationSettingJohn McLear
Create setting to control if a new line will be indented or not
2015-10-19Add an appendText APITed Mielczarek
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-06-30Restore newline-adding to setText() if passed string does not end in '\n'.Xavid
Add a test for the ending-in-'\n' case and update tests for the other case.
2015-06-29use settings for backend testsJohn McLear
2015-06-29remove console logsJohn McLear
2015-05-18Added backend tests for TidyHtmlSimon Gaeremynck
2015-05-06Fix backend tests with new setText() implementation; tests dependedXavid
on the old setText() behavior leaving the last character.
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-11Merge pull request #2302 from Gared/create_pad_special_charactersJohn McLear
Add check for special url characters to createPad API function
2015-04-11Add test for creating pads with bad charactersStefan
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-04-02Merge branch 'develop' of github.com:ether/etherpad-lite into ↵John McLear
editbar-accessibility
2015-04-01reintroduce removed api points that were removed by mistakeJohn McLear
2015-04-01tests and fix up sloppy code by original authorJohn 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-02-25Add backend tests for new API functionsLuc Didry
These new functions are: * getSavedRevisionsCount * listSavedRevisions * saveRevision + typo fixing in backend tests
2015-01-21fix tests w/ new contextJohn McLear