mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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:
8
test/javascripts/integration/users-test.js.es6
Normal file
8
test/javascripts/integration/users-test.js.es6
Normal file
@@ -0,0 +1,8 @@
|
||||
integration("User Directory");
|
||||
|
||||
test("Visit Page", function() {
|
||||
visit("/users");
|
||||
andThen(() => {
|
||||
ok(exists('.directory table tr'), "has a list of users");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user