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:
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)
|
||||
|
||||
Reference in New Issue
Block a user