Fixes #4196. Application.Begin doesn't refresh the screen at start (#4197)

* Fixes #4196. Application.Begin doesn't refresh the screen at start

* Reformatting to run CI again

* Revert "Reformatting to run CI again"

This reverts commit ef639c1e64.

* Trying fix an issue where sometimes subview variable is null running unit tests

* Add comment and decrease the delay time
This commit is contained in:
BDisp
2025-07-22 20:58:10 +01:00
committed by GitHub
parent 2ec08d5939
commit 3b13d5a83c
3 changed files with 13 additions and 3 deletions

View File

@@ -11,6 +11,8 @@ public class SpinnerViewTests (ITestOutputHelper output)
[InlineData (false)]
public void TestSpinnerView_AutoSpin (bool callStop)
{
ConsoleDriver.RunningUnitTests = true;
SpinnerView view = GetSpinnerView ();
Assert.Empty (Application.MainLoop.TimedEvents.Timeouts);