FEATURE: make summary as first tab on user page

https://meta.discourse.org/t/custom-user-fields-show-on-activity-but-not-summary-page/59196/3?u=techapj
This commit is contained in:
Arpit Jalan
2017-03-20 23:44:50 +05:30
parent e14a63cc88
commit ec2a66d1f0
7 changed files with 11 additions and 29 deletions

View File

@ -18,6 +18,7 @@ function hasTopicList() {
test("Root URL", () => {
visit("/users/eviltrout");
andThen(() => {
ok($('body.user-summary-page').length, "has the body class");
equal(currentPath(), 'user.summary', "it defaults to summary");
});
});