Rename helper method

This commit is contained in:
John Lewin 2018-10-11 21:47:19 -07:00
parent a72d2181e1
commit 6dc0b4c160
3 changed files with 3 additions and 3 deletions

View file

@ -340,7 +340,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
testRunner.WaitFor(() => !testRunner.WidgetExists<SetupStepComPortOne>());
}
public static void OpenPrintersDropdown(this AutomationRunner testRunner)
public static void SwitchToHardwareTab(this AutomationRunner testRunner)
{
testRunner.ClickByName("Hardware Tab");
}