From f9bc96aba5d2302383a5452fa17a190acaabafc9 Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Thu, 8 May 2014 20:18:49 +0200 Subject: [PATCH] Updated Selenium WebDriver to 2.41.0.0. --- .../NzbDrone.Automation.Test.csproj | 14 ++++++++------ src/NzbDrone.Automation.Test/packages.config | 4 ++-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/NzbDrone.Automation.Test/NzbDrone.Automation.Test.csproj b/src/NzbDrone.Automation.Test/NzbDrone.Automation.Test.csproj index c2a226a14..c09932bcb 100644 --- a/src/NzbDrone.Automation.Test/NzbDrone.Automation.Test.csproj +++ b/src/NzbDrone.Automation.Test/NzbDrone.Automation.Test.csproj @@ -52,15 +52,17 @@ - - ..\packages\Selenium.WebDriver.2.37.0\lib\net40\WebDriver.dll - - - ..\packages\Selenium.Support.2.37.0\lib\net40\WebDriver.Support.dll - ..\packages\FluentAssertions.2.1.0.0\lib\net40\FluentAssertions.dll + + False + ..\packages\Selenium.WebDriver.2.41.0\lib\net40\WebDriver.dll + + + False + ..\packages\Selenium.Support.2.41.0\lib\net40\WebDriver.Support.dll + diff --git a/src/NzbDrone.Automation.Test/packages.config b/src/NzbDrone.Automation.Test/packages.config index f51e94b57..5e1ee41b7 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