Remove comments, document intention

This commit is contained in:
John Lewin 2017-09-14 19:14:57 -07:00
parent c613c8513a
commit 8caba239c9

View file

@ -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);