New: Lidarr to Readarr

This commit is contained in:
Qstick
2020-02-29 15:51:29 -05:00
parent 7359c2a9fa
commit 3b7eb01918
565 changed files with 1669 additions and 4272 deletions

View File

@@ -42,12 +42,12 @@ namespace NzbDrone.Automation.Test
_runner.KillAll();
_runner.Start();
driver.Url = "http://localhost:8686";
driver.Url = "http://localhost:8787";
var page = new PageBase(driver);
page.WaitForNoSpinner();
driver.ExecuteScript("window.Lidarr.NameViews = true;");
driver.ExecuteScript("window.Readarr.NameViews = true;");
GetPageErrors().Should().BeEmpty();
}

View File

@@ -11,6 +11,6 @@
<PackageReference Include="Selenium.Support" Version="3.141.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Test.Common\Lidarr.Test.Common.csproj" />
<ProjectReference Include="..\NzbDrone.Test.Common\Readarr.Test.Common.csproj" />
</ItemGroup>
</Project>