Move focus back into View3DWidget
- Issue MatterHackers/MCCentral#2657 Investigate GroupAndUngroup failure
This commit is contained in:
parent
74ac1da7a3
commit
44f9856eb5
1 changed files with 3 additions and 0 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue