From ef305b8d25bb6985013fcca3a7ca12c63f207ed8 Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Fri, 9 Oct 2015 22:52:59 +0200 Subject: [PATCH] Updated Selenium to 2.48 --- .../NzbDrone.Automation.Test.csproj | 8 ++++---- src/NzbDrone.Automation.Test/packages.config | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/NzbDrone.Automation.Test/NzbDrone.Automation.Test.csproj b/src/NzbDrone.Automation.Test/NzbDrone.Automation.Test.csproj index 98320bc6c..7c1417ed9 100644 --- a/src/NzbDrone.Automation.Test/NzbDrone.Automation.Test.csproj +++ b/src/NzbDrone.Automation.Test/NzbDrone.Automation.Test.csproj @@ -61,13 +61,13 @@ ..\packages\NLog.2.1.0\lib\net40\NLog.dll - + False - ..\packages\Selenium.WebDriver.2.44.0\lib\net40\WebDriver.dll + ..\packages\Selenium.WebDriver.2.48.0\lib\net40\WebDriver.dll - + False - ..\packages\Selenium.Support.2.44.0\lib\net40\WebDriver.Support.dll + ..\packages\Selenium.Support.2.48.0\lib\net40\WebDriver.Support.dll diff --git a/src/NzbDrone.Automation.Test/packages.config b/src/NzbDrone.Automation.Test/packages.config index 919d555ee..962d52ff5 100644 --- a/src/NzbDrone.Automation.Test/packages.config +++ b/src/NzbDrone.Automation.Test/packages.config @@ -3,6 +3,6 @@ - - + + \ No newline at end of file