UX: Default user facing routes to /g instead of /groups. (#7042)

This commit is contained in:
Guo Xiang Tan
2019-02-21 13:44:25 +08:00
committed by GitHub
parent 07b856700d
commit 46e62c0d22
22 changed files with 102 additions and 101 deletions

View File

@ -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"