mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 01:59:53 +08:00
Trim whitespace
This commit is contained in:
@@ -87,10 +87,8 @@ namespace osu.Game.Tests.Visual.Menus
|
||||
|
||||
AddStep("Move mouse away from clock", () => InputManager.MoveMouseTo(toolbarClock, new Vector2(0,200)));
|
||||
AddAssert("Hover background is not visible", () => hoverBackground.Alpha == 0);
|
||||
|
||||
AddStep("Move mouse on top of clock", () => InputManager.MoveMouseTo(toolbarClock));
|
||||
AddAssert("Hover background is visible", () => hoverBackground.Alpha != 0);
|
||||
|
||||
AddStep("Move mouse away from clock", () => InputManager.MoveMouseTo(toolbarClock, new Vector2(0,200)));
|
||||
AddUntilStep("Hover background is not visible", () => hoverBackground.Alpha == 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user