Wrote a new test that ensures we can export library items.

This commit is contained in:
Lars Brubaker 2017-03-07 14:13:35 -08:00
parent 9200ef1a9f
commit def442958b
5 changed files with 27 additions and 16 deletions

View file

@ -354,7 +354,6 @@ namespace MatterHackers.MatterControl.Tests.Automation
SearchRegion libraryRowItemRegion = testRunner.GetRegionByName(libraryRowItemName, 3);
testRunner.ClickByName(libraryRowItemName);
testRunner.Delay(.5);
testRunner.ClickByName("Open Collection", searchRegion: libraryRowItemRegion);
testRunner.Delay(.5);
}