This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
equal(controller.get("notifications"),null,"notifications are null before data has finished loading");
equal(Discourse.User.current().get("unread_notifications"),1,"current user's unread notifications count is not zeroed before data has finished loading");
ok(viewSpy.showDropdownBySelector.notCalled,"dropdown with notifications is not shown before data has finished loading");