diff --git a/Tests/MatterControl.AutomationTests/LibraryActionTests.cs b/Tests/MatterControl.AutomationTests/LibraryActionTests.cs index c8ed9c0e0..7021a24df 100644 --- a/Tests/MatterControl.AutomationTests/LibraryActionTests.cs +++ b/Tests/MatterControl.AutomationTests/LibraryActionTests.cs @@ -152,11 +152,9 @@ namespace MatterHackers.MatterControl.Tests.Automation { testRunner.CloseSignInAndPrinterSelect(); - SystemWindow systemWindow; - testRunner.ClickByName("Queue... Menu"); - var exportButton = testRunner.GetWidgetByName(" Export to Zip Menu Item", out systemWindow, 5); + var exportButton = testRunner.GetWidgetByName(" Export to Zip Menu Item", out _, 5); Assert.IsNotNull(exportButton, "Export button should exist"); Assert.IsTrue(exportButton.Enabled, "Export button should be enabled");