zulip/frontend_tests
Zixuan James Li b21f533af3 settings_users: Show all bots in organization settings.
We intended to show all the bots in the bots organization settings for
non-admin users as well. This switches from bot_data.all_user_ids() to
people.get_bot_ids() to get a full set of ids for all the bots in the
organization.

Because the source of data changes, "realm_user" instead of "realm_bot"
triggers the update of the bots list.

The code example (example4) is updated since we incorporate a side
effect into "realm_user"'s "add" op.

Note that while "realm_user" does not have a "delete" op, we still stop
redrawing bots on "relam_bot"'s "delete" op, because "delete" was only
triggered when the bot owner changes, the bot does not disappear from
the list of all bots.

Signed-off-by: Zixuan James Li <p359101898@gmail.com>
2023-01-31 15:16:48 -08:00
..
node_tests settings_users: Show all bots in organization settings. 2023-01-31 15:16:48 -08:00
puppeteer_lib gear menu: Drop special naming for organization settings menu item. 2023-01-26 10:17:45 -08:00
puppeteer_tests urls: Provide `email` as a GET parameter. 2023-01-24 11:29:50 -08:00
zjsunit compose: Migrate compose_not_subscribed to use compose_banner. 2022-12-06 15:43:34 -08:00