mirror of
https://github.com/osukey/osukey.git
synced 2025-05-02 20:27:27 +09: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…
x
Reference in New Issue
Block a user