mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 00:47:29 +08:00
FEATURE: add a Top Categories section to the user summary page, showing the categories in which a user has the most activity
This commit is contained in:
@ -46,5 +46,9 @@ QUnit.test("Viewing Summary", assert => {
|
||||
assert.ok(exists(".liked-by-section .user-info"), "liked by");
|
||||
assert.ok(exists(".liked-section .user-info"), "liked");
|
||||
assert.ok(exists(".badges-section .badge-card"), "badges");
|
||||
assert.ok(
|
||||
exists(".top-categories-section .category-link"),
|
||||
"top categories"
|
||||
);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user