mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 15:28:30 +08:00
DEV: introduces prettier for es6 files
This commit is contained in:
@ -3,13 +3,12 @@ import { acceptance } from "helpers/qunit-helpers";
|
||||
acceptance("Group Card - Mobile", { mobileView: true });
|
||||
|
||||
QUnit.test("group card", assert => {
|
||||
visit('/t/301/1');
|
||||
visit("/t/301/1");
|
||||
|
||||
assert.ok(invisible('#group-card'), 'user card is invisible by default');
|
||||
click('a.mention-group:first');
|
||||
assert.ok(invisible("#group-card"), "user card is invisible by default");
|
||||
click("a.mention-group:first");
|
||||
|
||||
andThen(() => {
|
||||
assert.ok(visible('.group-details-container'), 'group page show be shown');
|
||||
assert.ok(visible(".group-details-container"), "group page show be shown");
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user