Remove unused parameters
This commit is contained in:
parent
5d77e2a455
commit
b98ed8ea03
1 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
testRunner.WaitforDraw(systemWindow);
|
||||
}
|
||||
|
||||
public static void CloseSignInAndPrinterSelect(this AutomationRunner testRunner, bool closeInitialPlusTab = true)
|
||||
public static void CloseSignInAndPrinterSelect(this AutomationRunner testRunner)
|
||||
{
|
||||
testRunner.WaitForFirstDraw();
|
||||
|
||||
|
|
@ -192,7 +192,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
}
|
||||
}
|
||||
|
||||
public static void OpenEmptyPartTab(this AutomationRunner testRunner, bool closeInitialPlusTab = true)
|
||||
public static void OpenEmptyPartTab(this AutomationRunner testRunner)
|
||||
{
|
||||
testRunner.ClickByName("Create Part Button");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue