mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:32:55 +08:00
Improve test case to work in headless
This commit is contained in:
parent
85fc218edf
commit
20e7f32fd9
@ -69,7 +69,7 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
AddStep("add hitobject", () => EditorBeatmap.Add(addedObject));
|
||||
|
||||
AddStep("descale blueprint container", () => this.ChildrenOfType<HitObjectComposer>().Single().Scale = new Vector2(0.5f));
|
||||
AddStep("move mouse to bottom-right", () => InputManager.MoveMouseTo(blueprintContainer.ScreenSpaceDrawQuad.BottomRight + new Vector2(20)));
|
||||
AddStep("move mouse to bottom-right", () => InputManager.MoveMouseTo(blueprintContainer.ToScreenSpace(blueprintContainer.LayoutRectangle.BottomRight + new Vector2(10))));
|
||||
|
||||
AddStep("right click", () => InputManager.Click(MouseButton.Right));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user