Skip to content

Commit

Permalink
feat: updating the chromedriverpath in constant.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Darsh0307 committed Jan 30, 2024
1 parent 1ffff29 commit f778e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Uno.Gallery/Uno.Gallery.UITest/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Constants
public readonly static string iOSAppName = "com.nventive.uno.gallery";
public readonly static string AndroidAppName = "com.nventive.uno.ui.demo";
public readonly static string iOSDeviceNameOrId = "iPad Pro (12.9-inch) (5th generation)";

public readonly static Platform CurrentPlatform = Platform.Browser;
public readonly static string ChromeDriverPath = @"C:\Program Files\Google\Chrome\chromedriver-win64";
public readonly static Platform CurrentPlatform = Platform.Browser;
}
}
2 changes: 0 additions & 2 deletions Uno.Gallery/Uno.Gallery.UITest/TestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ static TestBase()
AppInitializer.TestEnvironment.AndroidAppName = Constants.AndroidAppName;
AppInitializer.TestEnvironment.iOSDeviceNameOrId = Constants.iOSDeviceNameOrId;
AppInitializer.TestEnvironment.CurrentPlatform = Constants.CurrentPlatform;
AppInitializer.TestEnvironment.ChromeDriverPath = @"C:\Program Files\Google\Chrome\chromedriver-win64";


#if DEBUG
AppInitializer.TestEnvironment.WebAssemblyHeadless = false;
Expand Down

0 comments on commit f778e21

Please sign in to comment.