Fixed a bunch of unit test issues. Fixed color stuff I broke

This commit is contained in:
Tig
2024-09-23 12:55:14 -06:00
parent 8e4ddfab82
commit aed37f9b54
10 changed files with 72 additions and 35 deletions

View File

@@ -174,7 +174,7 @@ public class ScrollViewTests (ITestOutputHelper output)
// There are still issue with the lower right corner of the scroll view
[Fact]
[AutoInitShutdown]
[AutoInitShutdown (configLocation: ConfigurationManager.ConfigLocations.DefaultOnly)]
public void Clear_Window_Inside_ScrollView ()
{
var topLabel = new Label { X = 15, Text = "At 15,0" };