mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Switched back to Application.Begin not calling Refresh
This commit is contained in:
@@ -57,8 +57,8 @@ public class AppendAutocompleteTests (ITestOutputHelper output)
|
||||
|
||||
// Should reappear when you press next letter
|
||||
Application.Driver?.SendKeys ('i', ConsoleKey.I, false, false, false);
|
||||
tf.Draw ();
|
||||
tf.PositionCursor ();
|
||||
tf.Draw ();
|
||||
TestHelpers.AssertDriverContentsAre ("fish", output);
|
||||
Assert.Equal ("fi", tf.Text);
|
||||
Application.Top.Dispose ();
|
||||
|
||||
Reference in New Issue
Block a user