Remove timeout from ClickByName
This commit is contained in:
parent
09329bcc02
commit
1109b7b4ab
15 changed files with 127 additions and 127 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue