Update free mod select/deselect all test after back button addition

This commit is contained in:
Bartłomiej Dach 2022-05-07 10:25:23 +02:00
parent 1c029552d7
commit 9d3e67b10d
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -62,7 +62,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
AddStep("click select all button", () =>
{
InputManager.MoveMouseTo(this.ChildrenOfType<ShearedButton>().First());
InputManager.MoveMouseTo(this.ChildrenOfType<ShearedButton>().ElementAt(1));
InputManager.Click(MouseButton.Left);
});
AddUntilStep("all mods selected", assertAllAvailableModsSelected);