Latest MatterControl

This commit is contained in:
John Lewin 2017-12-08 15:39:40 -08:00
parent 9a6f6ee88a
commit 7612bff472
3 changed files with 2 additions and 2 deletions

View file

@ -233,6 +233,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
// Select both items
testRunner.ClickByName("Row Item Rook");
Keyboard.SetKeyDownState(Keys.ControlKey, down: true);
testRunner.ClickByName("Row Item Batman");
Keyboard.SetKeyDownState(Keys.ControlKey, down: false);