Fixed some unit tests. Prepared for Issue #3368

This commit is contained in:
Tig
2024-04-01 11:22:27 -06:00
parent ca5df086ad
commit cf97b5b708
4 changed files with 12 additions and 0 deletions

View File

@@ -172,6 +172,7 @@ public class ButtonTests
";
TestHelpers.AssertDriverContentsWithFrameAre (expected, _output);
top.Dispose ();
}
[Fact]
@@ -547,6 +548,7 @@ public class ButtonTests
btn.HotKey = KeyCode.E;
Assert.True (btn.NewKeyDownEvent (Key.E.WithAlt));
Assert.True (clicked);
top.Dispose ();
}
/// <summary>