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