DEV: Correct qunit test description

This commit is contained in:
David Taylor 2018-12-10 15:44:05 +00:00
parent 071bd15463
commit 414aa1fe7a

View File

@ -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(),