mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 02:48:28 +08:00
FIX: Fixed deleted posts layout (#7348)
This commit is contained in:
@ -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 => {
|
||||
|
Reference in New Issue
Block a user