Make AddAndSelectPrinter an extension method

This commit is contained in:
John Lewin 2017-06-04 09:01:56 -07:00
parent f342460a84
commit 2233529a68
5 changed files with 13 additions and 13 deletions

View file

@ -19,7 +19,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
{
testRunner.CloseSignInAndPrinterSelect();
MatterControlUtilities.AddAndSelectPrinter(testRunner, "Airwolf 3D", "HD");
testRunner.AddAndSelectPrinter("Airwolf 3D", "HD");
testRunner.SwitchToAdvancedSliceSettings();