mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 00:08:53 +08:00
A bunch of tweaks to the Users directory
- Move user directory from `/directory` to `/users/` - Defaults to 'weekly' time period - Don't include deleted topics/posts in the results - Move heart icon to header instead of on each row - "Users" instead of "Users found"
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
integration("User Directory");
|
||||
|
||||
test("Visit Page", () => {
|
||||
visit("/directory/all");
|
||||
test("Visit Page", function() {
|
||||
visit("/users");
|
||||
andThen(() => {
|
||||
ok(exists('.directory table tr'), "has a list of users");
|
||||
});
|
Reference in New Issue
Block a user