File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
UITests/UITests.Tests.Shared Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ) ,
You can’t perform that action at this time.
0 commit comments