Making a function to prep MatterControl prior to runing tests.
Made automation tests call it.
This commit is contained in:
parent
c427edbcb1
commit
d8138ac51e
17 changed files with 95 additions and 29 deletions
|
|
@ -65,7 +65,7 @@ namespace MatterHackers.MatterControl
|
|||
this.AnchorAll();
|
||||
|
||||
cancelButton = textImageButtonFactory.Generate(unlocalizedTextForCancelButton.Localize());
|
||||
cancelButton.Name = unlocalizedTextForCancelButton;
|
||||
cancelButton.Name = "Cancel Wizard Button";
|
||||
cancelButton.Click += (s, e) =>
|
||||
{
|
||||
UiThread.RunOnIdle(() => WizardWindow?.Close());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue