On print complete text show printer name

This commit is contained in:
Lars Brubaker 2022-01-27 16:49:46 -08:00
parent e5684e6437
commit 55a6f0fdc7
22 changed files with 39 additions and 31 deletions

View file

@ -87,7 +87,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
Assert.AreEqual(newName, printerTab.Title);
// Validate that the settings layer reflects the new name
Assert.AreEqual(newName, printer.Settings.GetValue(SettingsKey.printer_name));
Assert.AreEqual(newName, printer.PrinterName);
return Task.CompletedTask;
});