FEATURE: User Directory, with sorting and time period filter
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
integration("User Directory");
|
||||
|
||||
test("Visit Page", function() {
|
||||
visit("/directory/all");
|
||||
andThen(function() {
|
||||
ok(exists('.directory table tr'), "has a list of users");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user