diff --git a/SeleniumNUnitParam/BrowserTest.cs b/SeleniumNUnitParam/BrowserTest.cs index d3e4d2c..4c484f9 100644 --- a/SeleniumNUnitParam/BrowserTest.cs +++ b/SeleniumNUnitParam/BrowserTest.cs @@ -18,7 +18,7 @@ public void GoogleTest() Driver.Navigate().GoToUrl("http://www.google.com"); Driver.FindElement(By.Name("q")).SendKeys("Selenium"); System.Threading.Thread.Sleep(5000); - Driver.FindElement(By.Name("btnG")).Click(); + Driver.FindElement(By.Name("btnK")).Click(); Assert.That(Driver.PageSource.Contains("Selenium"), Is.EqualTo(true), "The text selenium doest not exist"); diff --git a/SeleniumNUnitParam/SeleniumNUnitParam.csproj b/SeleniumNUnitParam/SeleniumNUnitParam.csproj index de24066..ff05a0b 100644 --- a/SeleniumNUnitParam/SeleniumNUnitParam.csproj +++ b/SeleniumNUnitParam/SeleniumNUnitParam.csproj @@ -99,12 +99,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - +