mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Fix test failures
This commit is contained in:
parent
2a786f9ec0
commit
83b0e4572a
@ -68,7 +68,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
AddStep("drag to 5th", () =>
|
||||
{
|
||||
var item = this.ChildrenOfType<PlaylistItem>().ElementAt(4);
|
||||
InputManager.MoveMouseTo(item.ScreenSpaceDrawQuad.Centre);
|
||||
InputManager.MoveMouseTo(item.ScreenSpaceDrawQuad.BottomLeft);
|
||||
});
|
||||
|
||||
AddAssert("song 1 is 5th", () => beatmapSets[4].Equals(first));
|
||||
|
Loading…
Reference in New Issue
Block a user