Remove test magic, use UI elements to achieve result

This commit is contained in:
John Lewin 2019-01-03 17:53:14 -08:00
parent be6f2fd455
commit 2c089891e6

View file

@ -236,8 +236,6 @@ namespace MatterHackers.MatterControl.Tests.Automation
// Create the printer
testRunner.AddAndSelectPrinter(make, model);
// Force the configured printer to use the emulator driver
testRunner.FirstPrinter().Settings.SetValue("driver_type", "Emulator");
// edit the com port
testRunner.SwitchToPrinterSettings();