Remove timeout from ClickByName

This commit is contained in:
John Lewin 2017-06-14 09:56:51 -07:00
parent 09329bcc02
commit 1109b7b4ab
15 changed files with 127 additions and 127 deletions

View file

@ -83,7 +83,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
testRunner.AddTestAssetsToLibrary("Rook.amf");
testRunner.ClickByName("Row Item Rook", 2);
testRunner.ClickByName("Row Item Rook");
// Open and wait rename window
testRunner.LibraryRenameSelectedItem();
@ -235,9 +235,9 @@ namespace MatterHackers.MatterControl.Tests.Automation
testRunner.AddTestAssetsToLibrary("Rook.amf", "Batman.stl");
// Select both items
testRunner.ClickByName("Row Item Rook", 5);
testRunner.ClickByName("Row Item Rook");
Keyboard.SetKeyDownState(Keys.ControlKey, down: true);
testRunner.ClickByName("Row Item Batman", 1);
testRunner.ClickByName("Row Item Batman");
Keyboard.SetKeyDownState(Keys.ControlKey, down: false);
// Click the Add To Queue button