1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 13:04:23 +08:00

Fix song select test not waiting for initial filtering

This commit is contained in:
Salman Alshamrani
2025-05-13 14:56:27 +03:00
committed by Dean Herbert
Unverified
parent 8e7c093476
commit da163c1751
@@ -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)