Prevent FileDialogs.OpenFileDialog from blocking test automation

- Use RunOnIdle as expected
- Issue MatterHackers/MCCentral#3121
Investigate DragTo3DViewAddsItem failure
This commit is contained in:
John Lewin 2018-04-13 15:05:54 -07:00
parent ea88635352
commit 11a68c1457
2 changed files with 4 additions and 3 deletions

View file

@ -860,8 +860,6 @@ namespace MatterHackers.MatterControl.Tests.Automation
testRunner.ClickByName("Slice Settings Sidebar");
testRunner.ClickByName("Pin Settings Button");
}
}
/// <summary>