Added some automated tests around Local Library functionality

This commit is contained in:
Gregory Diaz 2015-11-13 11:57:19 -08:00
parent 9b3a34257c
commit 66dc5b9a57
6 changed files with 324 additions and 2 deletions

View file

@ -55,7 +55,7 @@ namespace MatterHackers.MatterControl.UI
{
testRunner.ClickByName("Library Tab");
MatterControlUtilities.NavigateToFolder(testRunner, "Local Library Row Item Collection");
testRunner.ClickByName("Create Folder Button");
testRunner.ClickByName("Create Folder From Library Button");
testRunner.Wait(.5);
testRunner.Type("Test Text");