Skip to content

Commit 8e45057

Browse files
committed
Updated testAppName and testAppPackageFamilyName for AppService communication
1 parent 6621137 commit 8e45057

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

UITests/UITests.Tests.Shared/TestAssembly.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ private static async Task InitalizeComService()
5252

5353
// Use Windows.ApplicationModel.Package.Current.Id.FamilyName
5454
// within the app service provider to get this value.
55-
CommunicationService.PackageFamilyName = "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_gspb8g6x97k2t";
55+
CommunicationService.PackageFamilyName = "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_yeyc6z1eztrme";
5656

5757
var status = await CommunicationService.OpenAsync();
5858

UITests/UITests.Tests.Shared/UITestBase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ internal static TestApplicationInfo WinUICsUWPSampleApp
5858

5959
return new TestApplicationInfo(
6060
testAppPackageName: "UITests.App",
61-
testAppName: "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_gspb8g6x97k2t!App",
62-
testAppPackageFamilyName: "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_gspb8g6x97k2t",
61+
testAppName: "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_yeyc6z1eztrme!App",
62+
testAppPackageFamilyName: "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_yeyc6z1eztrme",
6363
testAppMainWindowTitle: "UITests.App",
6464
processName: "UITests.App.exe",
6565
installerName: mostRecentlyBuiltPackage.Replace(".msix", string.Empty),

0 commit comments

Comments
 (0)