Skip to content

Commit

Permalink
Fix Prettier offense
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusaraj committed Feb 20, 2019
1 parent e3a2311 commit 3cb676b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/javascripts/acceptance/topic-test.js.es6
Expand Up @@ -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 => {
Expand Down

0 comments on commit 3cb676b

Please sign in to comment.