mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
FIX: Tests that used the olds paths
This commit is contained in:
@ -81,7 +81,7 @@ acceptance("Group Requests", {
|
||||
});
|
||||
|
||||
QUnit.test("Group Requests", async assert => {
|
||||
await visit("/groups/Macdonald/requests");
|
||||
await visit("/g/Macdonald/requests");
|
||||
|
||||
assert.equal(find(".group-members tr").length, 2);
|
||||
assert.equal(
|
||||
|
@ -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