mirror of
https://github.com/osukey/osukey.git
synced 2025-05-04 05:07:23 +09:00
Fix cancel test failure
This commit is contained in:
parent
5ea824534b
commit
f0922d34bb
@ -95,7 +95,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
{
|
||||
AddStep("click cancel button", () =>
|
||||
{
|
||||
InputManager.MoveMouseTo(cancellableCommentEditor.ButtonsContainer);
|
||||
InputManager.MoveMouseTo(cancellableCommentEditor.ButtonsContainer[1]);
|
||||
InputManager.Click(MouseButton.Left);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user