mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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", {});
|
acceptance("Login redirect", {});
|
||||||
|
|
||||||
QUnit.test("redirects categories to top", async assert => {
|
QUnit.test("redirects login to default homepage", async assert => {
|
||||||
await visit("/login");
|
await visit("/login");
|
||||||
assert.equal(
|
assert.equal(
|
||||||
currentPath(),
|
currentPath(),
|
||||||
|
Loading…
Reference in New Issue
Block a user