mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:32:55 +08:00
Remove leftover step
This commit is contained in:
parent
7390a12e4b
commit
334927ed35
@ -75,7 +75,6 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
{
|
||||
SelectionBoxRotationHandle rotationHandle = null;
|
||||
|
||||
AddStep("enable rotation", () => selectionBox.CanRotate = true);
|
||||
AddStep("retrieve rotation handle", () => rotationHandle = this.ChildrenOfType<SelectionBoxRotationHandle>().First());
|
||||
|
||||
AddAssert("handle hidden", () => rotationHandle.Alpha == 0);
|
||||
|
Loading…
Reference in New Issue
Block a user