[Build] Revert "[Hosts] Add UITest Cases for Hosts Module (#37600)" to fix CI issue (#37606)

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

This reverts commit c656dcc9c5.
This commit is contained in:
leileizhang
2025-02-25 00:30:33 +08:00
committed by GitHub
parent c656dcc9c5
commit 9f008a65d6
4 changed files with 7 additions and 145 deletions

View File

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