Fixing tests

This commit is contained in:
LarsBrubaker 2022-06-19 20:13:32 -07:00
parent e91decdc12
commit fb86f7c96b
6 changed files with 19 additions and 10 deletions

View file

@ -406,7 +406,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
// print a part
testRunner.AddItemToBed()
.AddItemToBed(partName: "Row Item Set Temperature")
.AddItemToBed("Scripting Row Item Collection", "Row Item Set Temperature")
.DragDropByName("MoveInZControl", "MoveInZControl", offsetDrag: new Point2D(0, 0), offsetDrop: new Point2D(0, 10))
.ClickByName("Temperature Edit")
.Type("222.2")