mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: time read column was empty in user directory
This commit is contained in:
@@ -7,3 +7,10 @@ test("Visit Page", function() {
|
||||
ok(exists('.directory table tr'), "has a list of users");
|
||||
});
|
||||
});
|
||||
|
||||
test("Visit All Time", function() {
|
||||
visit("/users?period=all");
|
||||
andThen(() => {
|
||||
ok(exists('.time-read'), "has time read column");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user