Rename Com port to Serial port

This commit is contained in:
John Lewin 2016-12-12 14:18:17 -08:00
parent 0e6deec42a
commit d72503a9c4
4 changed files with 4 additions and 7 deletions

View file

@ -197,7 +197,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
testRunner.ClickByName("Edit Printer Button");
testRunner.Wait(2);
testRunner.ClickByName("Com Port Dropdown");
testRunner.ClickByName("Serial Port Dropdown");
testRunner.ClickByName(config.MCPort + " Menu Item", 1);