DEV: fix some deprecated SVG icon refs

This commit is contained in:
Penar Musaraj
2019-01-22 14:42:00 -05:00
parent 62adc2eb98
commit 9886934ef5
26 changed files with 52 additions and 48 deletions
@@ -7,5 +7,5 @@ QUnit.test("group card", async assert => {
assert.ok(invisible("#group-card"), "user card is invisible by default");
await click("a.mention-group:first");
assert.ok(visible(".group-details-container"), "group page show be shown");
assert.ok(visible(".group-details-container"), "group page should be shown");
});