mirror of
https://github.com/ppy/osu
synced 2024-12-13 02:17:32 +00: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