Ejemplo n.º 1
0
 public void SearchForAutomateThePlanet()
 {
     _bingMainPage.Open();
     _bingMainPage.Search("Automate The Planet");
     _bingMainPage.AssertResultsCountIsAsExpected(264);
 }