Skip to content

Commit 62c33a4

Browse files
committed
Update axe helper to find app correctly
1 parent 909f724 commit 62c33a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UITests/AxeHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class AxeHelper
2828

2929
internal static void InitializeAxe()
3030
{
31-
var processes = Process.GetProcessesByName("WinUIGallery.DesktopWap");
31+
var processes = Process.GetProcessesByName("WinUIGallery");
3232
Assert.IsTrue(processes.Length > 0);
3333

3434
var config = Config.Builder.ForProcessId(processes[0].Id).Build();

0 commit comments

Comments
 (0)