fixing tests

This commit is contained in:
LarsBrubaker 2022-02-06 08:22:31 -08:00
parent 1cd32a9afd
commit d59b872737
14 changed files with 146 additions and 60 deletions

View file

@ -115,9 +115,9 @@ namespace MatterHackers.MatterControl.Tests.Automation
testRunner.Delay(1);
testRunner.Type("{Enter}");
testRunner.WaitForName("Batman Row Item Collection");
testRunner.WaitForName("Batman.zip Row Item Collection");
testRunner.DoubleClickByName("Batman Row Item Collection");
testRunner.DoubleClickByName("Batman.zip 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");