mirror of
https://github.com/ppy/osu.git
synced 2026-05-16 23:43:27 +08:00
Fix helper method in carousel test scene
This commit is contained in:
@@ -185,6 +185,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
.Where(p => ((ICarouselPanel)p).Item?.IsVisible == true)
|
||||
.OrderBy(p => p.Y)
|
||||
.ElementAt(index)
|
||||
.ChildrenOfType<CarouselPanelPiece>().Single()
|
||||
.TriggerClick();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user