diff --git a/Tests/MatterControl.AutomationTests/SliceSettingsTests.cs b/Tests/MatterControl.AutomationTests/SliceSettingsTests.cs index cbe1dab33..364b55aa9 100644 --- a/Tests/MatterControl.AutomationTests/SliceSettingsTests.cs +++ b/Tests/MatterControl.AutomationTests/SliceSettingsTests.cs @@ -410,11 +410,10 @@ namespace MatterHackers.MatterControl.Tests.Automation testRunner.ClickByName("Printer Tab"); testRunner.ClickByName("Features Tab"); - // TODO: What is this doing and why? {{ - testRunner.DragByName("Show Reset Connection Checkbox", 1, offset: new Agg.Point2D(-40, 0)); - testRunner.MoveToByName("Show Reset Connection Checkbox", 1, offset: new Agg.Point2D(0, 120)); + // Scroll into view the hasHeatedBed field + testRunner.DragByName("Show Reset Connection Field", 1, offset: new Agg.Point2D(-40, 0)); + testRunner.MoveToByName("Show Reset Connection Field", 1, offset: new Agg.Point2D(0, 120)); testRunner.Drop(); - // TODO: What is this doing and why? }} testRunner.ClickByName("Has Heated Bed Field"); testRunner.Delay(.5);