mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove leftover step
This commit is contained in:
@ -75,7 +75,6 @@ namespace osu.Game.Tests.Visual.Editing
|
|||||||
{
|
{
|
||||||
SelectionBoxRotationHandle rotationHandle = null;
|
SelectionBoxRotationHandle rotationHandle = null;
|
||||||
|
|
||||||
AddStep("enable rotation", () => selectionBox.CanRotate = true);
|
|
||||||
AddStep("retrieve rotation handle", () => rotationHandle = this.ChildrenOfType<SelectionBoxRotationHandle>().First());
|
AddStep("retrieve rotation handle", () => rotationHandle = this.ChildrenOfType<SelectionBoxRotationHandle>().First());
|
||||||
|
|
||||||
AddAssert("handle hidden", () => rotationHandle.Alpha == 0);
|
AddAssert("handle hidden", () => rotationHandle.Alpha == 0);
|
||||||
|
Reference in New Issue
Block a user