Skip to content

Commit

Permalink
Fixup UI tests frfr (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonko0493 authored Jul 30, 2024
1 parent 80314bc commit f53a833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ui/SerialLoops.Wpf.Tests/WpfUITests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void Setup()
Thread.Sleep(TimeSpan.FromSeconds(2)); // Give WAD time to launch before continuing
}

Uri serverUri = new(Environment.GetEnvironmentVariable(UiVals.APP_LOCATION_ENV_VAR) ?? "http://127.0.0.1:4723/");
Uri serverUri = new(Environment.GetEnvironmentVariable(UiVals.APPIUM_HOST_ENV_VAR) ?? "http://127.0.0.1:4723/");

AppiumOptions driverOptions = new();
driverOptions.AddAdditionalCapability("app", _uiVals!.AppLoc);
Expand Down

0 comments on commit f53a833

Please sign in to comment.