[Hosts] Add UITest Cases for Hosts Module (#37600)

* Add UI-Tests for Host Module
This commit is contained in:
Jerry Xu
2025-02-24 03:32:13 -08:00
committed by GitHub
parent 83cea39b66
commit c656dcc9c5
4 changed files with 145 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ namespace Microsoft.PowerToys.UITest
/// <summary>
/// Represents a basic UI element in the application.
/// </summary>
public class Element
public abstract class Element
{
private WindowsElement? windowsElement;