zulip/frontend_tests/casper_tests
Rishi Gupta d529a94e4d Add realm setting to time-limit editing of message content.
This is controlled through the admin tab and a new field in the Realms table.
Notes:
* The admin tab setting takes a value in minutes, whereas the backend stores it
  in seconds.
* This setting is unused when allow_message_editing is false.
* There is some generosity in how the limit is enforced. For instance, if the
  user sees the hovering edit button, we ensure they have at least 5 seconds to
  click it, and if the user gets to the message edit form, we ensure they have
  at least 10 seconds to make the edit, by relaxing the limit.
* This commit also includes a countdown timer in the message edit form.

Resolves #903.
2016-07-15 13:55:49 -07:00
..
00-realm-creation.js Casper test for realm creation. 2016-06-25 10:50:12 -07:00
01-login.js Renumber the casper tests to make space for realm-creation test. 2016-06-24 17:47:56 -07:00
02-site.js Renumber the casper tests to make space for realm-creation test. 2016-06-24 17:47:56 -07:00
03-narrow.js Renumber the casper tests to make space for realm-creation test. 2016-06-24 17:47:56 -07:00
04-compose.js Renumber the casper tests to make space for realm-creation test. 2016-06-24 17:47:56 -07:00
05-subscriptions.js Add search box for filtering users to add when creating new streams. 2016-07-06 16:01:33 -07:00
06-settings.js Add error message when user attempts to submit empty alert word. 2016-07-13 21:07:20 -07:00
07-stars.js casper: Move common.js and test-credentials.js to casper-lib/. 2015-10-28 10:11:47 -07:00
08-edit.js 08-edit: Change how we wait for messages to be sent in casper tests. 2016-07-06 15:27:13 -07:00
09-navigation.js Renumber the casper tests to make space for realm-creation test. 2016-06-24 17:47:56 -07:00
10-admin.js Add realm setting to time-limit editing of message content. 2016-07-15 13:55:49 -07:00
11-mention.js Renumber the casper tests to make space for realm-creation test. 2016-06-24 17:47:56 -07:00