Put in database locking

fixed a test
This commit is contained in:
Lars Brubaker 2015-09-17 18:25:00 -07:00
parent 20618e3835
commit 2289fbfdf0
5 changed files with 44 additions and 10 deletions

View file

@ -54,6 +54,7 @@ namespace MatterHackers.MatterControl.UI
// Now do the actions specific to this test. (replace this for new tests)
{
testRunner.ClickByName("Library Tab");
MatterControlUtilities.NavigateToFolder(testRunner, "Local Library Row Item Collection");
testRunner.ClickByName("Create Folder Button");
testRunner.Wait(.5);