Collapse PrepForTestRun(mode) into new CloseSignInAndPrinterSelect()

This commit is contained in:
John Lewin 2016-10-26 08:35:51 -07:00
parent a592b86cd7
commit 56ef92ab91
16 changed files with 72 additions and 81 deletions

View file

@ -17,7 +17,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
{
AutomationTest testToRun = (testRunner) =>
{
MatterControlUtilities.PrepForTestRun(testRunner);
testRunner.CloseSignInAndPrinterSelect();
MatterControlUtilities.AddAndSelectPrinter(testRunner, "Airwolf 3D", "HD");