Add zip support to SqliteContainer
- Issue MatterHackers/MCCentral#2814 Investigate LocalLibraryAddButtonAddZipToLibrary failure
This commit is contained in:
parent
bd8b9b4464
commit
3091128c1a
3 changed files with 29 additions and 10 deletions
|
|
@ -66,8 +66,13 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
testRunner.Delay(1);
|
||||
testRunner.Type("{Enter}");
|
||||
|
||||
Assert.IsTrue(testRunner.WaitForName("Row Item Batman"), "Batman part should exist after adding");
|
||||
Assert.IsTrue(testRunner.WaitForName("Row Item 2013-01-25 Mouthpiece V2"), "Mouthpiece part should exist after adding");
|
||||
testRunner.WaitForName("Batman Row Item Collection");
|
||||
|
||||
testRunner.DoubleClickByName("Batman Row Item Collection");
|
||||
|
||||
|
||||
Assert.IsTrue(testRunner.WaitForName("Row Item Batman.stl"), "Batman part should exist after adding");
|
||||
Assert.IsTrue(testRunner.WaitForName("Row Item 2013-01-25_Mouthpiece_v2.stl"), "Mouthpiece part should exist after adding");
|
||||
|
||||
return Task.CompletedTask;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue