mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
This is hard to break up into separate commits; sorry about that. Before this commit we had 3 tests: 1. Claims to check that an unread count was 3, but actually doesn't. 2. Checks that scrolling down causes the left-sidebar stream unread count to decrease. 3. Claims to check that unread counts are correct, but actually doesn't. From talking to Leo, it seems that he originally tried to actually do what tests 1 and 3 claim to do, but found it too fragile to check an exact unread count because of font sizes, layout, etc. We now have 4 tests. For each of the stream sidebar and user sidebar, we test that: 1. Scrolling down causes the unread count to decrease 2. Logging out and back in again leaves the unread count unchanged I've removed the two bogus tests and some other code that didn't seem to serve a purpose. (imported from commit 9f8e4b521e2765099510426d0b7e2960885e6f19) |
||
|---|---|---|
| api | ||
| assets | ||
| bots | ||
| certs | ||
| confirmation | ||
| humbug | ||
| node_modules | ||
| servers | ||
| static | ||
| templates | ||
| tools | ||
| zerver | ||
| zproject | ||
| .gitignore | ||
| manage.py | ||