Extract default file plating helper to extension method

This commit is contained in:
John Lewin 2017-06-02 19:40:10 -07:00
parent 563b371395
commit ccd83ba673
2 changed files with 11 additions and 6 deletions

View file

@ -36,12 +36,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
testRunner.Type("{BACKSPACE}");
testRunner.Type("G28");
testRunner.ClickByName("Library Tab");
testRunner.NavigateToFolder("Calibration Parts Row Item Collection");
testRunner.ClickByName("Row Item Calibration - Box.stl", 1);
testRunner.ClickByName("Print Library Overflow Menu", 1);
testRunner.ClickByName("Add to Plate MenuItem");
testRunner.AddDefaultFileToBedPlate();
testRunner.ClickByName("Start Print Button", 1);