1
0
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:
Salman Alshamrani
2025-02-06 02:44:52 -05:00
Unverified
parent 78cd093a47
commit aa9727c020
@@ -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();
});
}