mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
03-narrow: Test the 'topic:' narrowing syntax.
This being a very old test, it had previously only really tested the (deprecated) 'subject:' syntax.
This commit is contained in:
@@ -266,6 +266,9 @@ search_and_check('stream:Verona', 'Narrow', expect_stream,
|
||||
search_and_check('stream:Verona subject:frontend+test', 'Narrow', expect_stream_subject,
|
||||
'frontend test - Zulip Dev - Zulip');
|
||||
|
||||
search_and_check('stream:Verona topic:frontend+test', 'Narrow', expect_stream_subject,
|
||||
'frontend test - Zulip Dev - Zulip');
|
||||
|
||||
search_and_check('subject:frontend+test', 'Narrow', expect_subject,
|
||||
'home - Zulip Dev - Zulip');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user