mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 23:19:25 +08:00
DEV: Correct qunit test description
This commit is contained in:
parent
071bd15463
commit
414aa1fe7a
@ -2,7 +2,7 @@ import { acceptance } from "helpers/qunit-helpers";
|
||||
|
||||
acceptance("Login redirect", {});
|
||||
|
||||
QUnit.test("redirects categories to top", async assert => {
|
||||
QUnit.test("redirects login to default homepage", async assert => {
|
||||
await visit("/login");
|
||||
assert.equal(
|
||||
currentPath(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user