mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
tutorial: remove step telling you to colorize the tutorial stream.
We don't need it now that we auto-color. (imported from commit 80066849b8f2aeef5e839f4fca40c9659b60a4af)
This commit is contained in:
@@ -183,9 +183,6 @@ function make_script() {
|
||||
go(sleep, 2000),
|
||||
go2(stream_message, "tutorial", "It's easy to make or join streams. If you click the gear on the top right of the page, and then pick 'Streams', you can create your own stream, join streams that other people have made, or set colors for your streams."),
|
||||
go(sleep, 4000),
|
||||
go2(stream_message, "tutorial", "Go in there now and set a color for `" + my_tutorial_stream + "`. Then come back here, and tell me when you've done so."),
|
||||
go2(wait_for_message, 300, any_message_to_me),
|
||||
go(sleep, 1000),
|
||||
// Narrowing
|
||||
go2(stream_message, "narrowing", "Another valuable feature of Humbug is **narrowing**. Click on the word \"narrowing\" directly above this message, and tell me when you've done so."),
|
||||
go2(wait_for_message, 300, any_message_to_me),
|
||||
|
||||
Reference in New Issue
Block a user