Discard unused out param
This commit is contained in:
parent
d0677b4f2d
commit
e23766ab91
1 changed files with 1 additions and 3 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue