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

@ -31,7 +31,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
testRunner.Delay(1);
//Check to make sure the Printer dropdown gets the name change
testRunner.OpenPrintersDropdown();
testRunner.SwitchToHardwareTab();
Assert.IsTrue(testRunner.WaitForName(newName + " Node"), "Widget with updated printer name exists");
//Make sure the Active profile name changes as well