1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 07:42:57 +08:00

Merge pull request #16283 from peppy/fix-leaderboard-test

Fix `TestSceneMultiSpectatorLeaderboard` not waiting for user population
This commit is contained in:
Bartłomiej Dach 2021-12-30 23:00:24 +01:00 committed by GitHub
commit d68c47e710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
});
AddUntilStep("wait for load", () => leaderboard.IsLoaded);
AddUntilStep("wait for user population", () => leaderboard.ChildrenOfType<GameplayLeaderboardScore>().Count() == 2);
AddStep("add clock sources", () =>
{