diff --git a/osu.Game.Tests/Visual/SongSelectV2/SongSelectTestScene.cs b/osu.Game.Tests/Visual/SongSelectV2/SongSelectTestScene.cs index 11e41c3a64..f28527e394 100644 --- a/osu.Game.Tests/Visual/SongSelectV2/SongSelectTestScene.cs +++ b/osu.Game.Tests/Visual/SongSelectV2/SongSelectTestScene.cs @@ -134,6 +134,7 @@ namespace osu.Game.Tests.Visual.SongSelectV2 { AddStep("load screen", () => Stack.Push(Screen = new SoloSongSelect())); AddUntilStep("wait for load", () => Stack.CurrentScreen == Screen && Screen.IsLoaded); + AddUntilStep("wait for filtering", () => !Carousel.IsFiltering); } protected void ImportBeatmapForRuleset(int rulesetId)