Remove comments, document intention
This commit is contained in:
parent
c613c8513a
commit
8caba239c9
1 changed files with 3 additions and 4 deletions
|
|
@ -410,11 +410,10 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
||||||
testRunner.ClickByName("Printer Tab");
|
testRunner.ClickByName("Printer Tab");
|
||||||
testRunner.ClickByName("Features Tab");
|
testRunner.ClickByName("Features Tab");
|
||||||
|
|
||||||
// TODO: What is this doing and why? {{
|
// Scroll into view the hasHeatedBed field
|
||||||
testRunner.DragByName("Show Reset Connection Checkbox", 1, offset: new Agg.Point2D(-40, 0));
|
testRunner.DragByName("Show Reset Connection Field", 1, offset: new Agg.Point2D(-40, 0));
|
||||||
testRunner.MoveToByName("Show Reset Connection Checkbox", 1, offset: new Agg.Point2D(0, 120));
|
testRunner.MoveToByName("Show Reset Connection Field", 1, offset: new Agg.Point2D(0, 120));
|
||||||
testRunner.Drop();
|
testRunner.Drop();
|
||||||
// TODO: What is this doing and why? }}
|
|
||||||
|
|
||||||
testRunner.ClickByName("Has Heated Bed Field");
|
testRunner.ClickByName("Has Heated Bed Field");
|
||||||
testRunner.Delay(.5);
|
testRunner.Delay(.5);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue