zulip/frontend_tests
sahil839 578ccea220 typeahead: Update for email_address_visibility settings.
This commit changes the code to show user according to emails based
on email_address_visibilty_values and the type of user.

1. email_address_visibility = admins,members and guests

   Typeaheads are shown according to original emails.

2. email_address_visibility = admins only

   Typeaheads are shown according to original email to admins which
   were previously shown according to system-generated email of
   form "user10@zulipdev.com".

   For non-admins, typeaheads are not shown according to emails as
   they are not visible in the typeahead itself to non-admins.

3. email_address_visibility = nobody

   Typeaheads are not shown according to emails for all type of users.
2020-04-20 20:53:39 -07:00
..
casper_lib casper: Extract manage_organization helper. 2020-04-10 07:51:25 -04:00
casper_tests manage streams: Move stream filter to next line. 2020-04-19 09:59:11 -04:00
node_tests typeahead: Update for email_address_visibility settings. 2020-04-20 20:53:39 -07:00
puppeteer_tests tests: Add realm creation test using puppeteer. 2020-04-02 15:37:12 -07:00
zjsunit zblueslip: Run blueslip.reset after each test. 2020-04-20 08:17:20 -04:00
.eslintrc.json lint: Check eslint indentation for casper tests. 2018-05-06 19:35:18 -07:00
run-casper tools: Extract code to find js test files to test_script. 2020-04-17 09:41:55 -07:00