Skip to content

Commit

Permalink
Update package ID reference
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwgn committed Aug 25, 2023
1 parent bdad0b0 commit 4c8b98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UITests/SessionManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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_grv3cx5qrw0gp!App",
"Microsoft.WinUI3ControlsGallery_grv3cx5qrw0gp!App"
"Microsoft.WinUI3ControlsGallery.Debug_8wekyb3d8bbwe!App",
"Microsoft.WinUI3ControlsGallery_8wekyb3d8bbwe!App"
};

private static uint appIdIndex = 0;
Expand Down

0 comments on commit 4c8b98f

Please sign in to comment.