mirror of https://github.com/ppy/osu
Adjust step name
This commit is contained in:
parent
ef3ab7a858
commit
69548447a7
|
@ -114,7 +114,7 @@ public void TestTraversal()
|
|||
{
|
||||
loadBeatmaps();
|
||||
|
||||
AddStep("select last", () => carousel.SelectBeatmap(carousel.BeatmapSets.First().Beatmaps.First()));
|
||||
AddStep("select first", () => carousel.SelectBeatmap(carousel.BeatmapSets.First().Beatmaps.First()));
|
||||
waitForSelection(1, 1);
|
||||
|
||||
advanceSelection(direction: 1, diff: true);
|
||||
|
|
Loading…
Reference in New Issue