Fixed more tests

This commit is contained in:
Tig
2024-04-18 18:18:30 -06:00
parent 7b5df8386e
commit a4d3bc7e58
8 changed files with 52 additions and 77 deletions

View File

@@ -541,11 +541,6 @@ public class WizardTests
wizard.AddStep (new WizardStep { Title = "ABCD" });
Application.End (Application.Begin (wizard));
TestHelpers.AssertDriverContentsWithFrameAre (
$"{topRow}\n{separatorRow}\n{buttonRow}\n{bottomRow}",
_output
);
}
[Fact]