mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
Fix Prettier offense
This commit is contained in:
parent
e3a23116d2
commit
3cb676bf42
@ -22,12 +22,14 @@ acceptance("Topic", {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
QUnit.test("Share Modal", async assert => {
|
||||
await visit("/t/internationalization-localization/280");
|
||||
|
||||
await click(".topic-post:first-child button.share");
|
||||
assert.ok(exists(".modal.share-and-invite"), "it shows the share and invite modal");
|
||||
assert.ok(
|
||||
exists(".modal.share-and-invite"),
|
||||
"it shows the share and invite modal"
|
||||
);
|
||||
});
|
||||
|
||||
QUnit.test("Showing and hiding the edit controls", async assert => {
|
||||
|
Loading…
Reference in New Issue
Block a user