FIX: Tests that used the olds paths

This commit is contained in:
Robin Ward
2020-07-23 15:57:37 -04:00
parent bb2460fe66
commit 6fb8a92ca2
2 changed files with 2 additions and 2 deletions
@@ -3,6 +3,6 @@ import { acceptance } from "helpers/qunit-helpers";
acceptance("User Directory - Mobile", { mobileView: true });
QUnit.test("Visit Page", async assert => {
await visit("/users");
await visit("/u");
assert.ok(exists(".directory .user"), "has a list of users");
});