stream_list_sort: Add tests for channel folders.

This commit re-enables one of the tests disabled in #35075 and
adds new test cases.

Fixes part of #35494.
This commit is contained in:
Kislay Verma
2025-09-17 13:35:14 +05:30
committed by Tim Abbott
parent e36147a94e
commit 1b0ec6e923
2 changed files with 195 additions and 12 deletions

View File

@@ -257,8 +257,6 @@ EXEMPT_FILES = make_set(
"web/src/stream_edit_subscribers.ts",
"web/src/stream_edit_toggler.ts",
"web/src/stream_list.ts",
# TODO/channel-folders: Remove when tests are restored.
"web/src/stream_list_sort.ts",
"web/src/stream_muting.ts",
"web/src/stream_popover.ts",
"web/src/stream_settings_api.ts",