etherpad-lite/tests
Joas Souza f1fcd16894 Add settings to scroll on edition out of viewport (#3282)
* 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
2018-01-03 19:57:28 -02:00
..
backend Fix useless comparison in sussonsAndGroups test. 2016-05-05 11:50:39 +01:00
frontend Add settings to scroll on edition out of viewport (#3282) 2018-01-03 19:57:28 -02:00
README.md readme docs for backend tests 2014-11-27 23:58:50 +00:00

About this folder: Tests

Frontend

To run the tests, point your browser to <yourdomainhere>/tests/frontend

Backend

To run the tests, run bin/backendTests.sh