DEV: apply new coding standards (#10592)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { acceptance } from "helpers/qunit-helpers";
|
||||
acceptance("Static");
|
||||
|
||||
QUnit.test("Static Pages", async assert => {
|
||||
QUnit.test("Static Pages", async (assert) => {
|
||||
await visit("/faq");
|
||||
assert.ok($("body.static-faq").length, "has the body class");
|
||||
assert.ok(exists(".body-page"), "The content is present");
|
||||
|
||||
Reference in New Issue
Block a user