Move focus back into View3DWidget

- Issue MatterHackers/MCCentral#2657
Investigate GroupAndUngroup failure
This commit is contained in:
John Lewin 2018-01-15 20:39:57 -08:00
parent 74ac1da7a3
commit 44f9856eb5

View file

@ -81,6 +81,9 @@ namespace MatterHackers.MatterControl.Tests.Automation
// Get MeshGroupCount before Group is clicked
Assert.AreEqual(6, scene.Children.Count, "Scene should have 6 parts after copy loop");
// Duplicate button moved to new container - move focus back to View3DWidget so CTRL-A below is seen by expected control
testRunner.Select3DPart("Calibration - Box.stl");
// select all
testRunner.Type("^a");