Making less calls to reload all
New function ReloadLibraryUI Called when updating purchased and shared folder
This commit is contained in:
parent
5325d7d190
commit
0f2b715935
6 changed files with 37 additions and 38 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue