mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Remove useless test
This commit is contained in:
parent
de6a71ffb7
commit
3d6e00095e
@ -49,7 +49,6 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
AddStep("Airman comments", () => comments.ShowComments(CommentableType.Beatmapset, 24313));
|
AddStep("Airman comments", () => comments.ShowComments(CommentableType.Beatmapset, 24313));
|
||||||
AddStep("Lazer build comments", () => comments.ShowComments(CommentableType.Build, 4772));
|
AddStep("Lazer build comments", () => comments.ShowComments(CommentableType.Build, 4772));
|
||||||
AddStep("News comments", () => comments.ShowComments(CommentableType.NewsPost, 715));
|
AddStep("News comments", () => comments.ShowComments(CommentableType.NewsPost, 715));
|
||||||
AddStep("Beatmap with no comments", () => comments.ShowComments(CommentableType.Beatmapset, 1288));
|
|
||||||
AddStep("Idle state", () =>
|
AddStep("Idle state", () =>
|
||||||
{
|
{
|
||||||
scroll.Clear();
|
scroll.Clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user