FIX: Fixed deleted posts layout (#7348)

This commit is contained in:
Tim Lange
2019-04-10 19:00:39 +02:00
committed by Régis Hanol
parent cab83596ec
commit fe9c271d44
4 changed files with 20 additions and 1 deletions

View File

@ -27,6 +27,8 @@ QUnit.test("Filters", async assert => {
await visit("/u/eviltrout/activity/replies");
hasStream(assert);
assert.ok(exists(".user-stream.filter-5"), "stream has filter class");
});
QUnit.test("Badges", async assert => {