Beispiel #1
0
 public void GoogleImageIsDisplayed()
 {
     MainPageService.GotoBasePage();
     Assert.That(MainPageService.GetPage().GoogleImage.Displayed(), "Google image isn't displayed or isn't found");
 }