Making less calls to reload all

New function ReloadLibraryUI
Called when updating purchased and shared folder
This commit is contained in:
Lars Brubaker 2016-08-08 17:17:59 -07:00
parent 5325d7d190
commit 0f2b715935
6 changed files with 37 additions and 38 deletions

View file

@ -424,11 +424,12 @@ namespace MatterHackers.MatterControl.Tests.Automation
testRunner.Type(rowItemPath);
testRunner.Type("{Enter}");
testRunner.Wait(1);
string rowItemOne = "Row Item " + "Calibration - Box";
testRunner.ClickByName(rowItemOne);
testRunner.ClickByName(rowItemOne, 1);
string rowItemTwo = "Row Item " + "Fennec Fox";
testRunner.ClickByName(rowItemTwo);
testRunner.ClickByName(rowItemTwo, 1);
testRunner.Wait(1);