Convert to extension method
This commit is contained in:
parent
9b413f6fa2
commit
afd8eb916c
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
Directory.Delete(PathToDownloadsSubFolder, true);
|
||||
}
|
||||
|
||||
public static void SignOut(AutomationRunner testRunner)
|
||||
public static void SignOut(this AutomationRunner testRunner)
|
||||
{
|
||||
testRunner.ClickByName("User Options Menu");
|
||||
testRunner.ClickByName("Sign Out Menu Item");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue