mirror of
https://github.com/discourse/discourse.git
synced 2026-08-12 05:55:39 -05:00
DEV: introduces prettier for es6 files
This commit is contained in:
@@ -4,9 +4,9 @@ acceptance("About");
|
||||
QUnit.test("viewing", assert => {
|
||||
visit("/about");
|
||||
andThen(() => {
|
||||
assert.ok($('body.about-page').length, "has body class");
|
||||
assert.ok(exists('.about.admins .user-info'), 'has admins');
|
||||
assert.ok(exists('.about.moderators .user-info'), 'has moderators');
|
||||
assert.ok(exists('.about.stats tr td'), 'has stats');
|
||||
assert.ok($("body.about-page").length, "has body class");
|
||||
assert.ok(exists(".about.admins .user-info"), "has admins");
|
||||
assert.ok(exists(".about.moderators .user-info"), "has moderators");
|
||||
assert.ok(exists(".about.stats tr td"), "has stats");
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user