mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
9 lines
186 B
Text
9 lines
186 B
Text
|
integration("User Directory");
|
||
|
|
||
|
test("Visit Page", function() {
|
||
|
visit("/directory/all");
|
||
|
andThen(function() {
|
||
|
ok(exists('.directory table tr'), "has a list of users");
|
||
|
});
|
||
|
});
|