Skip to content

Commit

Permalink
ci: Fix WASM failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dr1rrb committed Apr 22, 2020
1 parent 34da70a commit 38a2686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sample/Sample.UITests/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Sample.UITests
{
public class Constants
{
public readonly static string WebAssemblyDefaultUri = "http://localhost:55932/";
public readonly static string WebAssemblyDefaultUri = "http://localhost:55931/";
public readonly static string iOSAppName = "uno.platform.uitestsample";
public readonly static string AndroidAppName = "uno.platform.uitestsample";
public readonly static string iOSDeviceNameOrId = "iPad Pro (12.9-inch) (3rd generation)";
Expand Down

0 comments on commit 38a2686

Please sign in to comment.