FEATURE: User Directory, with sorting and time period filter

This commit is contained in:
Robin Ward
2015-03-16 15:14:33 -04:00
parent 6b85d5582c
commit 3d2d224312
47 changed files with 684 additions and 146 deletions

View File

@@ -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");
});
});