mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Editor templates tests update (#1667)
* added zone count tests * fixed launch flag
This commit is contained in:
@@ -206,12 +206,14 @@ namespace PowerToysTests
|
||||
WindowsDriver<WindowsElement> driver = new WindowsDriver<WindowsElement>(new Uri(WindowsApplicationDriverUrl), opts);
|
||||
Assert.IsNotNull(driver);
|
||||
driver.LaunchApp();
|
||||
isPowerToysLaunched = true;
|
||||
}
|
||||
catch (OpenQA.Selenium.WebDriverException)
|
||||
catch (OpenQA.Selenium.WebDriverException ex)
|
||||
{
|
||||
Console.WriteLine("Exception on PowerToys launch:" + ex.Message);
|
||||
//exception could be thrown even if app launched successfully
|
||||
}
|
||||
}
|
||||
|
||||
isPowerToysLaunched = true;
|
||||
}
|
||||
|
||||
public static void ExitPowerToys()
|
||||
|
||||
Reference in New Issue
Block a user