mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 01:03:41 +08:00
Show topics as a list of topics on the User Stream.
This commit is contained in:
@ -6,7 +6,7 @@ test("Activity Streams", function() {
|
||||
var streamTest = function(url) {
|
||||
visit(url).then(function() {
|
||||
ok(exists(".user-heading"), "The heading is rendered");
|
||||
ok(exists("#user-stream"), "The stream is rendered");
|
||||
ok(exists("#user-activity"), "The activity is rendered");
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user