mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 21:21:19 +08:00
Two Column User View
This commit is contained in:
@ -5,8 +5,8 @@ test("Activity Streams", function() {
|
||||
|
||||
var streamTest = function(url) {
|
||||
visit(url).then(function() {
|
||||
ok(exists(".user-heading"), "The heading is rendered");
|
||||
ok(exists("#user-activity"), "The activity is rendered");
|
||||
ok(exists(".user-main"), "The main content is rendered");
|
||||
ok(exists(".user-navigation"), "The navigation is rendered");
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user