diff --git a/UITests/SessionManager.cs b/UITests/SessionManager.cs index 5386e7f8f..58ad10349 100644 --- a/UITests/SessionManager.cs +++ b/UITests/SessionManager.cs @@ -29,8 +29,8 @@ public class SessionManager { private const string WindowsApplicationDriverUrl = "http://127.0.0.1:4723"; private static readonly string[] WinUIGalleryAppIDs = new string[]{ - "Microsoft.WinUI3ControlsGallery.Debug_8wekyb3d8bbwe!App", - "Microsoft.WinUI3ControlsGallery_8wekyb3d8bbwe!App" + "Microsoft.WinUI3ControlsGallery.Debug_grv3cx5qrw0gp!App", + "Microsoft.WinUI3ControlsGallery_grv3cx5qrw0gp!App" }; private static uint appIdIndex = 0;