zulip/frontend_tests
Steve Howell 65b51ae3bd subscribers: Extract subscriber_api.
This simplifies some of our dependencies.

As an example, we really don't want compose.js
to depend on stream_subscribers_ui.js, since
the former doesn't use any actual UI code from
the latter.

We also rename the two functions here:

    invite_user_to_stream -> add_user_ids_to_stream
    remove_user_from_stream -> remove_user_id_from_stream

(The notion of "inviting" somebody to a stream is
somewhat misleading, since there is really no invitation
mechanism; you just add them.)

Apart from naming changes this is a verbatim code move.

Finally, we eliminate a little bit of test cruft--the
`override` helper already ensures that a function gets
called at least once during a test.
2022-02-22 16:29:36 -08:00
..
node_tests subscribers: Extract subscriber_api. 2022-02-22 16:29:36 -08:00
puppeteer_lib typeahead: Ignore mouse position for selection until it's moved. 2022-02-15 17:26:22 -08:00
puppeteer_tests populate_db: Set owners for bots in development and test database. 2022-02-22 10:35:18 -08:00
zjsunit docs: Fix many spelling mistakes. 2022-02-07 18:51:06 -08:00