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:
parent
0ac3a80406
commit
7975c301a8
@ -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());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user