mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 00:13:19 +08:00
Update free mod select/deselect all test after back button addition
This commit is contained in:
parent
1c029552d7
commit
9d3e67b10d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user