Changed the default port to 8686

This commit is contained in:
Matthew Despain 2017-03-31 12:55:07 -06:00
commit d0728bbe22
10 changed files with 46 additions and 46 deletions

View file

@ -40,7 +40,7 @@ namespace NzbDrone.Automation.Test
_runner.KillAll();
_runner.Start();
driver.Url = "http://localhost:8989";
driver.Url = "http://localhost:8686";
var page = new PageBase(driver);
page.WaitForNoSpinner();