1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-11 01:07:23 +08:00

Try to fix test

This commit is contained in:
Bartłomiej Dach 2025-03-05 12:32:58 +01:00
parent 0ac3a80406
commit 7975c301a8
No known key found for this signature in database

View File

@ -222,6 +222,7 @@ namespace osu.Game.Tests.Visual.SongSelect
CountryCode = CountryCode.ES, CountryCode = CountryCode.ES,
} }
})); }));
AddUntilStep("wait for scores", () => this.ChildrenOfType<LeaderboardScore>().Count(), () => Is.GreaterThan(0));
AddStep("right click panel", () => AddStep("right click panel", () =>
{ {
InputManager.MoveMouseTo(this.ChildrenOfType<LeaderboardScore>().Single()); InputManager.MoveMouseTo(this.ChildrenOfType<LeaderboardScore>().Single());