2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/test/javascripts/integration/directory-test.js.es6

9 lines
186 B
Text
Raw Normal View History

integration("User Directory");
test("Visit Page", function() {
visit("/directory/all");
andThen(function() {
ok(exists('.directory table tr'), "has a list of users");
});
});