mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Show loading spinner when carousel is not ready to be displayed
This commit is contained in:
@ -797,6 +797,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
{
|
||||
AddStep("create song select", () => LoadScreen(songSelect = new TestSongSelect()));
|
||||
AddUntilStep("wait for present", () => songSelect.IsCurrentScreen());
|
||||
AddUntilStep("wait for carousel loaded", () => songSelect.Carousel.IsAlive);
|
||||
}
|
||||
|
||||
private void addManyTestMaps()
|
||||
|
Reference in New Issue
Block a user