mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Show topics as a list of topics on the User Stream.
This commit is contained in:
parent
3f5ea1ef79
commit
0317cf9608
57 changed files with 743 additions and 650 deletions
|
@ -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");
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue