mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 07:49:52 +08:00
Fix cancel test failure
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user