Merge pull request #13980 from peppy/fix-online-song-select-background

Fix song select background not showing in multiplayer/playlists
This commit is contained in:
Dan Balasescu
2021-07-26 15:16:39 +09:00
committed by GitHub
4 changed files with 21 additions and 19 deletions

View File

@ -79,6 +79,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
AddStep("load multiplayer", () => LoadScreen(multiplayerScreen));
AddUntilStep("wait for multiplayer to load", () => multiplayerScreen.IsLoaded);
AddUntilStep("wait for lounge to load", () => this.ChildrenOfType<MultiplayerLoungeSubScreen>().FirstOrDefault()?.IsLoaded == true);
}
[Test]