Implement DeletedChildsPlaceholder component

This commit is contained in:
Andrei Zavatski
2019-10-09 13:37:07 +03:00
parent b2bd78308d
commit 7e3c97f496
3 changed files with 86 additions and 4 deletions

View File

@ -40,6 +40,12 @@ namespace osu.Game.Tests.Visual.Online
scrollFlow.Clear();
scrollFlow.Add(new CommentsContainer(CommentableType.Beatmapset, 41823));
});
AddStep("Airman comments", () =>
{
scrollFlow.Clear();
scrollFlow.Add(new CommentsContainer(CommentableType.Beatmapset, 24313));
});
}
}
}