2015-03-16 15:14:33 -04:00
|
|
|
integration("User Directory");
|
|
|
|
|
2015-03-19 11:48:16 -04:00
|
|
|
test("Visit Page", function() {
|
|
|
|
visit("/users");
|
2015-03-19 07:22:56 -04:00
|
|
|
andThen(() => {
|
2015-03-16 15:14:33 -04:00
|
|
|
ok(exists('.directory table tr'), "has a list of users");
|
|
|
|
});
|
|
|
|
});
|