mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 08:07:17 +08:00
UX: Default user facing routes to /g
instead of /groups
. (#7042)
This commit is contained in:
@ -94,7 +94,7 @@ acceptance("Group logs", {
|
||||
});
|
||||
|
||||
QUnit.test("Browsing group logs", async assert => {
|
||||
await visit("/groups/snorlax/manage/logs");
|
||||
await visit("/g/snorlax/manage/logs");
|
||||
assert.ok(
|
||||
find("tr.group-manage-logs-row").length === 2,
|
||||
"it should display the right number of logs"
|
||||
|
Reference in New Issue
Block a user