On print complete text show printer name
This commit is contained in:
parent
e5684e6437
commit
55a6f0fdc7
22 changed files with 39 additions and 31 deletions
|
|
@ -628,7 +628,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
case "SD Card Row Item Collection":
|
||||
if (ApplicationController.Instance.DragDropData.View3DWidget?.Printer is PrinterConfig printer)
|
||||
{
|
||||
testRunner.DoubleClickByName($"{printer.Settings.GetValue(SettingsKey.printer_name)} Row Item Collection");
|
||||
testRunner.DoubleClickByName($"{printer.PrinterName} Row Item Collection");
|
||||
|
||||
testRunner.Delay();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue