Ensure printer name changes are applied and observed in view

- Issue MatterHackers/MCCentral#4320
Investigate PrinterSelector/ProfileManager(Name) concerns
This commit is contained in:
John Lewin 2018-10-25 07:35:49 -07:00
parent cddea969a1
commit 2e92709297
5 changed files with 13 additions and 475 deletions

View file

@ -893,7 +893,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
/// <param name="testRunner"></param>
public static void SwitchToPrinterSettings(this AutomationRunner testRunner)
{
testRunner.SwitchToSliceSettings();
EnsurePrinterSidebarOpen(testRunner);
if (!testRunner.NameExists("Printer Tab", 0.1))
{