FIX: Tests that used the olds paths
This commit is contained in:
@@ -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");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user