mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
hotspots: Replace stream_settings with intro_streams and intro_topics.
This commit is contained in:
@@ -24,10 +24,10 @@ class TestGetNextHotspots(ZulipTestCase):
|
||||
# type: () -> None
|
||||
user = self.example_user('hamlet')
|
||||
do_mark_hotspot_as_read(user, 'intro_reply')
|
||||
do_mark_hotspot_as_read(user, 'stream_settings')
|
||||
do_mark_hotspot_as_read(user, 'intro_compose')
|
||||
hotspots = get_next_hotspots(user)
|
||||
self.assertEqual(len(hotspots), 1)
|
||||
self.assertEqual(hotspots[0]['name'], 'intro_compose')
|
||||
self.assertEqual(hotspots[0]['name'], 'intro_streams')
|
||||
|
||||
def test_all_done(self):
|
||||
# type: () -> None
|
||||
|
||||
Reference in New Issue
Block a user