mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
Two Column User View
This commit is contained in:
parent
f81b2dc3f2
commit
dd63e6d28f
16 changed files with 570 additions and 710 deletions
|
@ -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");
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue