mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Fixed more tests
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user