2016-05-05 12:49:12 -04:00
|
|
|
import { acceptance } from "helpers/qunit-helpers";
|
|
|
|
|
|
|
|
acceptance("User Directory - Mobile", { mobileView: true });
|
|
|
|
|
2018-07-19 06:12:00 -04:00
|
|
|
QUnit.test("Visit Page", async assert => {
|
|
|
|
await visit("/users");
|
|
|
|
assert.ok(exists(".directory .user"), "has a list of users");
|
2018-06-15 11:03:24 -04:00
|
|
|
});
|